-
Story
-
Resolution: Done
-
Normal
-
None
-
None
-
None
In their current state, the BuildController unit test suite sometimes fails unexpectedly. This causes loss of confidence in the MCO unit test suite and can block PRs from merging; even when the changes the PR introduces are unrelated to BuildController. I suspect there is a race condition within the test suite, which combined with the test suite itself being aggressively parallel, causes the test suite to fail unexpectedly.
Done When:
- The BuildController unit test suite has been audited and refactored to remove this race condition.