Details
-
Improvement
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
-
Fully Compatible
-
v3.6
-
Query 2018-04-23
-
15
Description
The test can fail if the currentOp which is looking for the getMore blocks waiting for a lock for longer than the getMore is running, as it looks like happened here:
[MongoDFixture:job0] 2018-03-22T13:11:28.047+0000 I COMMAND [conn105] command admin.$cmd.aggregate appName: "MongoDB Shell" command: currentOp { currentOp: 1.0, op: "getmore", command.collection: "await_data", originatingCommand.comment: "uniquifier_comment", $db: "admin" } keysExamined:0 docsExamined:0 cursorExhausted:1 numYields:0 nreturned:0 reslen:35 locks:{} protocol:op_msg 4940ms
|