summaryrefslogtreecommitdiff
path: root/jstests/multiVersion
diff options
context:
space:
mode:
authorKevin Albertson <kevin.albertson@10gen.com>2018-02-16 17:02:53 -0500
committerKevin Albertson <kevin.albertson@10gen.com>2018-02-20 09:25:17 -0500
commit7f5f161abc0355b71823be7b768075547f30a0cb (patch)
tree692bd7e14783fd8f2ba7c53a23bc2484d4b4eede /jstests/multiVersion
parent3bf0c08f6da0e056a642ad82c82e4f0d092aa08a (diff)
downloadmongo-7f5f161abc0355b71823be7b768075547f30a0cb.tar.gz
SERVER-25640 terminate processes in jstests
Diffstat (limited to 'jstests/multiVersion')
-rw-r--r--jstests/multiVersion/set_feature_compatibility_version.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/multiVersion/set_feature_compatibility_version.js b/jstests/multiVersion/set_feature_compatibility_version.js
index 8d4539d2511..103d76360a0 100644
--- a/jstests/multiVersion/set_feature_compatibility_version.js
+++ b/jstests/multiVersion/set_feature_compatibility_version.js
@@ -523,4 +523,5 @@ TestData.skipCheckDBHashes = true;
assert.writeOK(st.s.getDB("test").foo.insert({x: 1}));
st.stop();
+ MongoRunner.stopMongos(lastStableMongos);
})();