summaryrefslogtreecommitdiff
path: root/jstests/sharding/migration_move_chunk_after_receive.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/migration_move_chunk_after_receive.js')
-rw-r--r--jstests/sharding/migration_move_chunk_after_receive.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/sharding/migration_move_chunk_after_receive.js b/jstests/sharding/migration_move_chunk_after_receive.js
index 08129343ac8..662dc1879e4 100644
--- a/jstests/sharding/migration_move_chunk_after_receive.js
+++ b/jstests/sharding/migration_move_chunk_after_receive.js
@@ -70,4 +70,5 @@ load('./jstests/libs/chunk_manipulation_util.js');
assert.eq(4, foundDocs.length, 'Incorrect number of documents found ' + tojson(foundDocs));
st.stop();
+ MongoRunner.stopMongod(staticMongod);
})();