SERVER-25640 terminate running processes in jstests

This commit is contained in:
Kevin Albertson
2018-02-08 09:46:57 -05:00
parent e1fdc072a6
commit c556e37709
242 changed files with 313 additions and 28 deletions

View File

@@ -32,4 +32,5 @@ var db;
return db.coll0.find({test: "explicit port"}).count() === 1;
});
awaitShell();
replSet.stopSet();
})();