From c556e377094792e7253a95cb5fedcd703a99bf2c Mon Sep 17 00:00:00 2001 From: Kevin Albertson Date: Thu, 8 Feb 2018 09:46:57 -0500 Subject: SERVER-25640 terminate running processes in jstests --- jstests/replsets/step_down_during_draining2.js | 1 + 1 file changed, 1 insertion(+) (limited to 'jstests/replsets/step_down_during_draining2.js') diff --git a/jstests/replsets/step_down_during_draining2.js b/jstests/replsets/step_down_during_draining2.js index 611a80872bb..2d91910fbca 100644 --- a/jstests/replsets/step_down_during_draining2.js +++ b/jstests/replsets/step_down_during_draining2.js @@ -170,4 +170,5 @@ assert.writeOK(secondary.getDB("foo").flag.insert({sentinel: 1}, {writeConcern: {w: 3}})); // Check that no writes were lost. assert.eq(secondary.getDB("foo").foo.find().itcount(), numDocuments); + replSet.stopSet(); })(); -- cgit v1.2.1