From 0b879b315473bb2d0a296a782a1dc8cf7fac8e20 Mon Sep 17 00:00:00 2001 From: Eric Milkie Date: Thu, 15 Sep 2016 13:00:00 -0400 Subject: SERVER-25777 When stopping a spawned process, MongoDB shell will now abort after implicitly falling back to SIGKILL after timeout. --- jstests/replsets/stepdown_killop.js | 1 + 1 file changed, 1 insertion(+) (limited to 'jstests/replsets/stepdown_killop.js') diff --git a/jstests/replsets/stepdown_killop.js b/jstests/replsets/stepdown_killop.js index 58ee015136a..0bab5ea76a6 100644 --- a/jstests/replsets/stepdown_killop.js +++ b/jstests/replsets/stepdown_killop.js @@ -100,4 +100,5 @@ assert.writeOK(primary.getDB(name).foo.remove({})); exitCode = writer(); assert.eq(0, exitCode); + secondary.getDB('admin').runCommand({configureFailPoint: 'rsSyncApplyStop', mode: 'off'}); })(); -- cgit v1.2.1