summaryrefslogtreecommitdiff
path: root/jstests/dur
diff options
context:
space:
mode:
authordwight <dwight@10gen.com>2011-06-11 14:28:17 -0400
committerdwight <dwight@10gen.com>2011-06-11 14:28:17 -0400
commitc156124f3726b84b385aca5127be1fa672a1daf3 (patch)
treead3381fbfa7f3f0d68faf2d963855f4871e28d60 /jstests/dur
parentbfe34b198501dba079ecc33b2c2b36d4d60ae564 (diff)
downloadmongo-c156124f3726b84b385aca5127be1fa672a1daf3.tar.gz
make test less sensitive?
Diffstat (limited to 'jstests/dur')
-rwxr-xr-xjstests/dur/manyRestart.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/dur/manyRestart.js b/jstests/dur/manyRestart.js
index 04e431854e3..79f72a43bd1 100755
--- a/jstests/dur/manyRestart.js
+++ b/jstests/dur/manyRestart.js
@@ -116,6 +116,10 @@ conn = startMongodEmpty("--port", 30000, "--dbpath", path1, "--nodur", "--smallf
work();
stopMongod(30000);
+// hail mary for windows
+// Sat Jun 11 14:07:57 Error: boost::filesystem::create_directory: Access is denied: "\data\db\manyRestartsdur" (anon):1
+sleep(1000);
+
log("starting 30001");
conn = startMongodEmpty("--port", 30001, "--dbpath", path2, "--dur", "--smallfiles", "--durOptions", 8);
work();