summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/skip_sharding_configuration_checks.js
diff options
context:
space:
mode:
authorKevin Albertson <kevin.albertson@10gen.com>2018-04-25 07:53:19 -0400
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2018-04-25 07:53:19 -0400
commit03f89bb1588cfa2592586e4fbabc6eb14edd6591 (patch)
tree1275b019dd4dfbbd2a05598533192e1cbc2f133f /jstests/noPassthrough/skip_sharding_configuration_checks.js
parentda6a8e6c7842e8f17acf89bfbf7a89384d5cc49d (diff)
downloadmongo-03f89bb1588cfa2592586e4fbabc6eb14edd6591.tar.gz
SERVER-25640 terminate running processes in jstests
(cherry picked from commit c556e377094792e7253a95cb5fedcd703a99bf2c)
Diffstat (limited to 'jstests/noPassthrough/skip_sharding_configuration_checks.js')
-rw-r--r--jstests/noPassthrough/skip_sharding_configuration_checks.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/noPassthrough/skip_sharding_configuration_checks.js b/jstests/noPassthrough/skip_sharding_configuration_checks.js
index 2f1ecfbe3f7..2dc096faf8e 100644
--- a/jstests/noPassthrough/skip_sharding_configuration_checks.js
+++ b/jstests/noPassthrough/skip_sharding_configuration_checks.js
@@ -49,4 +49,5 @@
shardRS.startSet({}, true);
expectState(shardRS, ReplSetTest.State.PRIMARY);
shardRS.stopSet();
+ MongoRunner.stopMongos(st.s);
})();