0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 09:06:21 +01:00

Run test with both kill modes

This commit is contained in:
Aaron 2009-04-01 11:10:36 -04:00
parent 9cc0f42431
commit f1293c60c3

View File

@ -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