diff options
author | Nick Zolnierz <nicholas.zolnierz@mongodb.com> | 2020-03-25 13:13:17 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-04-28 13:34:31 +0000 |
commit | aa2e0ee6d817951a29f2fec33d374d13d8f46802 (patch) | |
tree | c431ca067bd2d0eb0e56766bf593d2e98b256f00 /jstests/sharding | |
parent | 4b49aa1239699ea45286966f63176365e0327920 (diff) | |
download | mongo-aa2e0ee6d817951a29f2fec33d374d13d8f46802.tar.gz |
SERVER-46255 Use killOperations to cleanup dangling remote requests
Diffstat (limited to 'jstests/sharding')
-rw-r--r-- | jstests/sharding/query/sharded_agg_cleanup_on_error.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/query/sharded_agg_cleanup_on_error.js b/jstests/sharding/query/sharded_agg_cleanup_on_error.js index 1a57fffe018..73b5757379b 100644 --- a/jstests/sharding/query/sharded_agg_cleanup_on_error.js +++ b/jstests/sharding/query/sharded_agg_cleanup_on_error.js @@ -59,7 +59,7 @@ try { assert.commandWorked(shard1DB.adminCommand( {configureFailPoint: kFailPointName, mode: "alwaysOn", data: kFailpointOptions})); - // Issue an aggregregation that will fail during a getMore on shard 0, and make sure that + // Issue an aggregation that will fail during a getMore on shard 0, and make sure that // this correctly kills the hanging cursor on shard 1. Use $_internalSplitPipeline to ensure // that this pipeline merges on mongos. assertFailsAndCleansUpCursors({ |