summaryrefslogtreecommitdiff
path: root/jstests/sharding/cleanup_orphaned_cmd_during_movechunk_hashed.js
diff options
context:
space:
mode:
authorKevin Albertson <kevin.albertson@10gen.com>2018-02-08 09:46:57 -0500
committerKevin Albertson <kevin.albertson@10gen.com>2018-02-08 09:46:57 -0500
commitc556e377094792e7253a95cb5fedcd703a99bf2c (patch)
treeb2032e22b5ab1ef21927f2483578cb11df3c341d /jstests/sharding/cleanup_orphaned_cmd_during_movechunk_hashed.js
parente1fdc072a60a0cc47395e09c3d9a796f424e0040 (diff)
downloadmongo-c556e377094792e7253a95cb5fedcd703a99bf2c.tar.gz
SERVER-25640 terminate running processes in jstests
Diffstat (limited to 'jstests/sharding/cleanup_orphaned_cmd_during_movechunk_hashed.js')
-rw-r--r--jstests/sharding/cleanup_orphaned_cmd_during_movechunk_hashed.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/sharding/cleanup_orphaned_cmd_during_movechunk_hashed.js b/jstests/sharding/cleanup_orphaned_cmd_during_movechunk_hashed.js
index 1468fb79f1e..8fb97e4aa1a 100644
--- a/jstests/sharding/cleanup_orphaned_cmd_during_movechunk_hashed.js
+++ b/jstests/sharding/cleanup_orphaned_cmd_during_movechunk_hashed.js
@@ -123,6 +123,7 @@ load('./jstests/libs/cleanup_orphaned_util.js');
assert.eq(1, recipColl.count());
assert.eq(1, coll.count());
+ MongoRunner.stopMongod(staticMongod);
st.stop();
})();