summaryrefslogtreecommitdiff
path: root/jstests/replsets/stepdown_killop.js
diff options
context:
space:
mode:
authorEric Milkie <milkie@10gen.com>2016-09-15 13:00:00 -0400
committerEric Milkie <milkie@10gen.com>2016-09-29 08:47:13 -0400
commit0b879b315473bb2d0a296a782a1dc8cf7fac8e20 (patch)
treeb157ee2a40f5a39fd25af7e10e138ea223214a47 /jstests/replsets/stepdown_killop.js
parent7f6eb7f2361addf3f75308bf1603caa8cdc71b68 (diff)
downloadmongo-0b879b315473bb2d0a296a782a1dc8cf7fac8e20.tar.gz
SERVER-25777 When stopping a spawned process, MongoDB shell will now abort after implicitly falling back to SIGKILL after timeout.
Diffstat (limited to 'jstests/replsets/stepdown_killop.js')
-rw-r--r--jstests/replsets/stepdown_killop.js1
1 files changed, 1 insertions, 0 deletions
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'});
})();