Quarantine - Definição do Glossário de CI/CD
Quarantine isola um teste flaky da suíte que bloqueia o merge - ele ainda é executado e acompanhado, mas seu resultado não falha mais a CI - mantendo o pipeline verde enquanto a instabilidade subjacente é investigada.
Guias relacionados
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…