学習 / CI/CD Glossary / Race condition Race Condition - CI/CD用語集の定義 race conditionは、結果が並行操作のタイミングに依存する欠陥です。CIでは再現が難しいflakyなテスト失敗として現れます。関連ガイドDeadlock - CI/CD Glossary DefinitionA deadlock is when two or more tasks each wait forever on a resource the other holds, so none proceed. In CI… Flaky Test - CI/CD Glossary DefinitionFlaky Test: A **flaky test** passes and fails on the same code due to nondeterminism (races, timing, external… 前へQuarantine List次へRace Condition