mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 17:10:48 +01:00
Run test with both kill modes
This commit is contained in:
parent
9cc0f42431
commit
f1293c60c3
@ -83,9 +83,10 @@ doTest = function( signal ) {
|
||||
assert.eq( 2, r.getDB( baseName ).z.find().toArray().length );
|
||||
|
||||
stopMongod( 27018 );
|
||||
stopMongod( 27019 );
|
||||
stopMongod( 27020 );
|
||||
stopMongod( 27021 );
|
||||
}
|
||||
|
||||
doTest( 15 ); // SIGTERM
|
||||
//doTest( 9 ); // SIGKILL
|
||||
doTest( 9 ); // SIGKILL
|
||||
|
Loading…
Reference in New Issue
Block a user