summaryrefslogtreecommitdiff
path: root/jstests/dur/dur1.js
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2011-03-16 01:44:01 -0400
committerEliot Horowitz <eliot@10gen.com>2011-03-16 01:44:01 -0400
commit4d10d2228501500ed661d0690dadb7e60d3072fb (patch)
tree27bf7cc7b3fbac902a69e327fd2f68641122045d /jstests/dur/dur1.js
parent3c0b1c8e6d679f83e6a7b6e19a3f8f3df1432235 (diff)
downloadmongo-4d10d2228501500ed661d0690dadb7e60d3072fb.tar.gz
test for SERVER-2745
Diffstat (limited to 'jstests/dur/dur1.js')
-rwxr-xr-xjstests/dur/dur1.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/dur/dur1.js b/jstests/dur/dur1.js
index 4c8f1bf3e57..c8b73d8f186 100755
--- a/jstests/dur/dur1.js
+++ b/jstests/dur/dur1.js
@@ -106,7 +106,7 @@ stopMongod(30000);
// durable version
log();
-conn = startMongodEmpty("--port", 30001, "--dbpath", path2, "--dur", "--smallfiles", "--durOptions", 8);
+conn = startMongodEmpty("--port", 30001, "--dbpath", path2, "--journal", "--smallfiles", "--journalOptions", 8);
work();
// wait for group commit.
@@ -119,7 +119,7 @@ stopMongod(30001, /*signal*/9);
// restart and recover
log();
-conn = startMongodNoReset("--port", 30002, "--dbpath", path2, "--dur", "--smallfiles", "--durOptions", 8);
+conn = startMongodNoReset("--port", 30002, "--dbpath", path2, "--journal", "--smallfiles", "--journalOptions", 8);
verify();
log("stop");