Sharding Strategy - Definição do Glossário de CI/CD
Uma sharding strategy é o método para particionar testes entre runners paralelos (round-robin, por duração histórica, por arquivo) a fim de equilibrar a carga para que o shard mais lento, que define o tempo total, seja minimizado.
Guias relacionados
Test Parallelization - CI/CD Glossary DefinitionTest parallelization runs independent tests at once across cores or machines, cutting suite wall-clock time -…
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…
Pipeline DAG - CI/CD Glossary DefinitionA pipeline DAG models jobs as nodes and dependencies as edges, letting a CI system run independent work in pa…