Flaky Test - Definição do Glossário de CI/CD
Um flaky test passa e falha com o mesmo código devido ao não determinismo (condições de corrida, timing, serviços externos). A instabilidade corrói a confiança no CI.
Guias relacionados
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…