-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor - P4
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Query Execution
-
Fully Compatible
-
ALL
-
QE 2025-05-12
-
0
-
None
-
3
-
TBD
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The test jstests/sharding/query/log_remote_op_wait.js makes an assumption that a certain operation returns with a workingMillis value <= 100.
While this is enough in most cases, it won't be enough under adverse conditions (e.g. slow build variants, sanitizers, high CPU load).
The test expectation should be adjusted so that the test doesn't produce false positives on slow systems.