Test Sharding - Definição do Glossário de CI/CD
O test sharding particiona uma suíte de testes em fatias independentes executadas em runners separados simultaneamente, reduzindo o tempo total de relógio dos testes de forma quase linear com o número de shards.
Guias relacionados
Contract Test - CI/CD Glossary DefinitionA contract test verifies that two services agree on a shared interface, so a provider and consumer can evolve…
Incremental Build - CI/CD Glossary DefinitionAn incremental build recompiles only the parts of a project affected by a change, reusing prior outputs for e…
Load Test - CI/CD Glossary DefinitionA load test drives expected or peak traffic at a system to measure throughput, latency, and where it degrades…