summaryrefslogtreecommitdiff
path: root/jstests/dur
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2011-01-22 10:49:58 -0500
committerEliot Horowitz <eliot@10gen.com>2011-01-22 10:49:58 -0500
commit749f9ebda284a94d5e806e400cec08601887971b (patch)
tree1c7ce1051844d9aeeed1b0ee4626b08aa0297f22 /jstests/dur
parent40b3524b75c498759d91ce0b4c3ae8046db37911 (diff)
downloadmongo-749f9ebda284a94d5e806e400cec08601887971b.tar.gz
stop after recovery so if we don't get excepton won't go forever
Diffstat (limited to 'jstests/dur')
-rw-r--r--jstests/dur/md5.js2
1 files changed, 1 insertions, 1 deletions
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 );