|
|
|
|
|
by 9rx
91 days ago
|
|
You can use deterministic simulation testing to reproduce a real-world race condition 100% of the time while under test. But that's not the kind of test that will expose a race condition 1% of the time. The kinds of tests that are inadvertently finding race conditions 1% of the time are focused on other concerns. So it is still not a case of a flaky test, but maybe a case of a missing test. |
|