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:
parent
fb64ed6b43
commit
189f91d382
@ -54,4 +54,3 @@ doTest = function( signal ) {
|
||||
}
|
||||
|
||||
doTest( 15 ); // SIGTERM
|
||||
doTest( 9 ); // SIGKILL
|
||||
|
@ -74,4 +74,3 @@ doTest = function( signal ) {
|
||||
}
|
||||
|
||||
doTest( 15 ); // SIGTERM
|
||||
doTest( 9 ); // SIGKILL
|
||||
|
Loading…
Reference in New Issue
Block a user