From 749f9ebda284a94d5e806e400cec08601887971b Mon Sep 17 00:00:00 2001 From: Eliot Horowitz Date: Sat, 22 Jan 2011 10:49:58 -0500 Subject: stop after recovery so if we don't get excepton won't go forever --- jstests/dur/md5.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jstests/dur') diff --git a/jstests/dur/md5.js b/jstests/dur/md5.js index e58f26181ea..44414eb7d21 100644 --- a/jstests/dur/md5.js +++ b/jstests/dur/md5.js @@ -71,7 +71,7 @@ log(); // 100 exit code corresponds to EXIT_UNCAUGHT, which is triggered when there is an exception during recovery. // 14 is is sometimes triggered instead due to SERVER-2184 -exitCode = runMongoProgram( "mongod", "--port", 30002, "--dbpath", path, "--dur", "--smallfiles", "--durOptions", 9 ); +exitCode = runMongoProgram( "mongod", "--port", 30002, "--dbpath", path, "--dur", "--smallfiles", "--durOptions", 13 ); print( "exitCode: " + exitCode ); assert( exitCode == 100 || exitCode == 14 ); -- cgit v1.2.1