Details
Description
The 'currentOp_shell.js' test uses 'assert.soon' to make sure that the operation to be targeted has actually started. However in certain environments like sharded passthroughs the 'assert.soon' can return too early after finding a different operation. We should change the function passed into 'assert.soon' to return true only when it finds the specific operation we expect.