Quarantine - CI/CD用語集の定義
Quarantineは、flakyなテストをmergeをブロックするスイートから隔離します - それでも実行され追跡されますが、その結果はもはやCIを失敗させません - 根本的なflakinessを調査する間、pipelineをgreenに保ちます。
関連ガイド
Retry Budget - CI/CD Glossary DefinitionA retry budget caps how many automatic retries are allowed before a failure is treated as real, stopping endl…
Test Impact Analysis - CI/CD Glossary DefinitionTest impact analysis selects only the tests affected by a change instead of the whole suite, by mapping code…
Test Isolation - CI/CD Glossary DefinitionTest isolation ensures each test runs independently with its own clean state, so ordering and shared data can…