summaryrefslogtreecommitdiff
path: root/jstests/replsets/catchup_takeover_one_high_priority.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/catchup_takeover_one_high_priority.js')
-rw-r--r--jstests/replsets/catchup_takeover_one_high_priority.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/replsets/catchup_takeover_one_high_priority.js b/jstests/replsets/catchup_takeover_one_high_priority.js
index b1d419f4b74..8ad201d2d30 100644
--- a/jstests/replsets/catchup_takeover_one_high_priority.js
+++ b/jstests/replsets/catchup_takeover_one_high_priority.js
@@ -84,4 +84,5 @@
replSet.waitForState(2, ReplSetTest.State.PRIMARY, 30 * 1000);
jsTestLog('node 2 performed priority takeover and is now primary');
+ replSet.stopSet();
})();