ソークテスト - CI/CD用語集の定義
ソークテスト (耐久テスト) は、持続的な負荷を数時間から数日間かけることで、メモリリーク、コネクションの枯渇、ログディスクの増大など、時間の経過とともにのみ現れる問題を明らかにします。
検出できるもの
短時間の実行では見逃されるリソースの緩やかなリーク、すなわちヒープ使用量の増加、クローズされないファイルディスクリプタ、決してeviction されないcacheなどです。
関連ガイド
Load Testing - CI/CD Glossary DefinitionLoad Testing: Load testing measures how a system behaves under an expected level of concurrent traffic, verif…
Stress Testing - CI/CD Glossary DefinitionStress Testing: Stress testing pushes a system beyond its expected capacity to find its breaking point and ob…
Connection Pool - CI/CD Glossary DefinitionConnection Pool: A connection pool is a cache of open, reusable connections (to a database or HTTP service) s…