summaryrefslogtreecommitdiff
path: root/jstests/repl
diff options
context:
space:
mode:
authorEric Milkie <milkie@10gen.com>2015-06-04 11:20:04 -0400
committerEric Milkie <milkie@10gen.com>2015-06-04 11:20:07 -0400
commit189f91d382337a25aac57803b49f297eb238162d (patch)
tree99370fa2c3d0ac80a4775483ce9e22e17ef13900 /jstests/repl
parentfb64ed6b43a0b554b462af6a1171edb7b86ef7c8 (diff)
downloadmongo-189f91d382337a25aac57803b49f297eb238162d.tar.gz
SERVER-18827 do not force-kill master-slave master; this confuses slave when running with no journal
Diffstat (limited to 'jstests/repl')
-rw-r--r--jstests/repl/repl1.js1
-rw-r--r--jstests/repl/repl6.js1
2 files changed, 0 insertions, 2 deletions
diff --git a/jstests/repl/repl1.js b/jstests/repl/repl1.js
index 9f46f7a5d5b..9939dede564 100644
--- a/jstests/repl/repl1.js
+++ b/jstests/repl/repl1.js
@@ -54,4 +54,3 @@ doTest = function( signal ) {
}
doTest( 15 ); // SIGTERM
-doTest( 9 ); // SIGKILL
diff --git a/jstests/repl/repl6.js b/jstests/repl/repl6.js
index e7886bb2fc6..36c9ee8379b 100644
--- a/jstests/repl/repl6.js
+++ b/jstests/repl/repl6.js
@@ -74,4 +74,3 @@ doTest = function( signal ) {
}
doTest( 15 ); // SIGTERM
-doTest( 9 ); // SIGKILL