Test Parallelization - CI/CD用語集の定義
Test parallelizationは、独立したテストをthread、プロセス、runnerをまたいで並行実行し、総実時間を削減します。共有状態の衝突を避けるため、堅牢なtest isolationに依存します。
関連ガイド
Test Isolation - CI/CD Glossary DefinitionTest isolation ensures each test runs independently with its own clean state, so ordering and shared data can…
Sharding Strategy - CI/CD Glossary DefinitionA sharding strategy decides how a test suite is split across parallel runners - by count, timing, or file - t…
Backpressure - CI/CD Glossary DefinitionBackpressure is a system signaling upstream producers to slow down when it cannot keep up, preventing unbound…