Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
SERVER-18827 do not force-kill master-slave master; this confuses sla…
Browse files Browse the repository at this point in the history
…ve when running with no journal
  • Loading branch information
milkie committed Jun 4, 2015
1 parent fb64ed6 commit 189f91d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion jstests/repl/repl1.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,3 @@ doTest = function( signal ) {
}

doTest( 15 ); // SIGTERM
doTest( 9 ); // SIGKILL
1 change: 0 additions & 1 deletion jstests/repl/repl6.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,3 @@ doTest = function( signal ) {
}

doTest( 15 ); // SIGTERM
doTest( 9 ); // SIGKILL

0 comments on commit 189f91d

Please sign in to comment.