Flaky Test - CI/CD用語集の定義
flaky test は、非決定性(競合、タイミング、外部サービス)が原因で、同じコードに対して成功したり失敗したりするテストです。不安定さは CI への信頼を損ないます。
関連ガイド
Flaky Tests in CI: Causes, Detection, and ContainmentWhat makes tests flaky, how to detect flakiness, and how to contain it with quarantines and bounded retries w…
Self-Healing CI: Containing Flaky Tests Without Hiding Real BugsFlaky tests fail intermittently with no code change. Learn how to identify them and how self-healing CI retri…