0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

SERVER-18827 do not force-kill master-slave master; this confuses slave when running with no journal

This commit is contained in:
Eric Milkie 2015-06-04 11:20:04 -04:00
parent fb64ed6b43
commit 189f91d382
2 changed files with 0 additions and 2 deletions

View File

@ -54,4 +54,3 @@ doTest = function( signal ) {
}
doTest( 15 ); // SIGTERM
doTest( 9 ); // SIGKILL

View File

@ -74,4 +74,3 @@ doTest = function( signal ) {
}
doTest( 15 ); // SIGTERM
doTest( 9 ); // SIGKILL