From f1293c60c3ad680109148fdaa2ab3e543619c65d Mon Sep 17 00:00:00 2001 From: Aaron Date: Wed, 1 Apr 2009 11:10:36 -0400 Subject: [PATCH] Run test with both kill modes --- jstests/repl/replacePeer2.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jstests/repl/replacePeer2.js b/jstests/repl/replacePeer2.js index 84ff541be73..dcab9f3e9e1 100644 --- a/jstests/repl/replacePeer2.js +++ b/jstests/repl/replacePeer2.js @@ -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