-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
-
Fully Compatible
-
ALL
-
-
Dev Tools 2020-02-10
-
0
Test is acquiring GlobalLock with deadline of `now()`.
This is wrong but will succeed if the acquisition is fast and lucky enough that it can all be done in the same wallclock millisecond. In Debug builds, it fails more often because debug-only lock diagnostics make the acquisition slower, so it crosses a millisecond boundary more often and fails.
flaky red herring found while debugging SERVER-45677
- is duplicated by
-
SERVER-45482 AutoGetCollectionForReadGlobalLockDeadline test can fail to obtain global lock within timeout of 0ms
- Closed