Quarantine List - Definição do Glossário de CI/CD
Uma quarantine list mantém testes reconhecidamente instáveis para que sejam acompanhados, mas não bloqueiem o build.
Uma quarantine list é um conjunto de testes reconhecidamente instáveis temporariamente excluídos de reprovar o build, mas que ainda são acompanhados e reportados. Ela mantém o CI verde sem apagar os testes.
A quarentena é uma solução paliativa: os testes devem ser corrigidos e reintegrados. Sem uma política para esvaziá-la, a lista cresce e a cobertura se corrói silenciosamente.
Guias relacionados
Test Flakiness Rate - CI/CD Glossary DefinitionTest Flakiness Rate: The test flakiness rate is the fraction of test runs that fail intermittently on unchang…
Flaky Test - CI/CD Glossary DefinitionFlaky Test: A **flaky test** passes and fails on the same code due to nondeterminism (races, timing, external…
Coverage Gate - CI/CD Glossary DefinitionCoverage Gate: A coverage gate is a CI rule that fails the build if code coverage falls below a set threshold…