ソークテスト - CI/CD用語集の定義
ソークテストは、メモリリークのようにゆっくり蓄積する問題を捉えるために、数時間から数日間、一定の負荷を実行します。
ソークテスト(耐久テスト)は、持続的で中程度の負荷を長期間かけ、メモリリークやリソース枯渇など、時間の経過とともにのみ現れる問題を明らかにします。
ソークテストは、メモリリークのようにゆっくり蓄積する問題を捉えるために、数時間から数日間、一定の負荷を実行します。
なぜ持続時間が重要か
file handleのリークや徐々に増えるメモリのような欠陥は、長く継続的な稼働の後にのみ表面化し、短いパイプラインテストでは決して到達しません。
関連ガイド
Load Test - CI/CD Glossary DefinitionLoad Test: A load test measures how a system behaves under an expected level of concurrent demand, checking t…
Stress Test - CI/CD Glossary DefinitionStress Test: A stress test pushes a system past its normal operating limits to find its breaking point and ob…
Performance Test - CI/CD Glossary DefinitionPerformance Test: A performance test measures the speed, responsiveness, and resource efficiency of a system…