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/slow1/replsets_priority1.js | 1 + 1 file changed, 1 insertion(+) (limited to 'jstests/slow1') diff --git a/jstests/slow1/replsets_priority1.js b/jstests/slow1/replsets_priority1.js index dfd31173b6b..7ef83965e78 100644 --- a/jstests/slow1/replsets_priority1.js +++ b/jstests/slow1/replsets_priority1.js @@ -202,4 +202,5 @@ rs.awaitReplication(); } + rs.stopSet(); })(); -- cgit v1.2.1