summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-10-14 16:57:11 -0400
committerEliot Horowitz <eliot@10gen.com>2009-10-14 16:57:11 -0400
commit3dddfe2a7a677033d1dec28db402bfee71528035 (patch)
tree328f7e08e5683a7847bbc8338821741243d0179f
parent409e8b6db4027ca0e56a52a435e493ef25ec8cf9 (diff)
downloadmongo-3dddfe2a7a677033d1dec28db402bfee71528035.tar.gz
don't prealloc in unit tests
-rw-r--r--dbtests/framework.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/dbtests/framework.cpp b/dbtests/framework.cpp
index b776979d54c..46b5e88a11f 100644
--- a/dbtests/framework.cpp
+++ b/dbtests/framework.cpp
@@ -202,7 +202,8 @@ namespace mongo {
string dbpathString = p.native_directory_string();
dbpath = dbpathString.c_str();
-
+
+ cmdLine.prealloc = false;
Client::initThread();
acquirePathLock();