Test Sharding - CI/CD用語集の定義
test shardingはテストスイートを独立したスライスに分割し、別々のrunnerで同時に実行することで、テスト全体の実時間をシャード数にほぼ比例して短縮します。
関連ガイド
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…