-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
Fully Compatible
-
QE 2025-09-01
-
0
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The test currently relies on sleeping to ensure the operation times out.
In rare cases sleeping on the client doesn't guarantee that the operation times out on the server.
I propose to refactor this test to use timing from $currenOp instead of just sleeping to ensure that operation times out.