summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib/config.py
diff options
context:
space:
mode:
authorGeert Bosch <geert@mongodb.com>2018-06-20 16:56:05 -0400
committerGeert Bosch <geert@mongodb.com>2018-07-05 08:20:56 -0400
commit711c076ef57c0ce3517ab9385c2fd3a005c941b3 (patch)
tree840d01aa7eb8f341a098e9d0387e17a942a71f3a /buildscripts/resmokelib/config.py
parenta76888797c5713382aa7139157880aad2db378d5 (diff)
downloadmongo-711c076ef57c0ce3517ab9385c2fd3a005c941b3.tar.gz
SERVER-35715 Remove nopreallocj and smallfiles options from tests
Diffstat (limited to 'buildscripts/resmokelib/config.py')
-rw-r--r--buildscripts/resmokelib/config.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/buildscripts/resmokelib/config.py b/buildscripts/resmokelib/config.py
index 66753c389db..7206ff2b292 100644
--- a/buildscripts/resmokelib/config.py
+++ b/buildscripts/resmokelib/config.py
@@ -58,7 +58,6 @@ DEFAULTS = {
"no_journal": False,
"num_clients_per_fixture": 1,
"perf_report_file": None,
- "prealloc_journal": None, # Default is set on the commandline.
"repeat": 1,
"report_failure_status": "fail",
"report_file": None,
@@ -281,10 +280,6 @@ MONGOS_SET_PARAMETERS = None
# enabled.
NO_JOURNAL = None
-# If true, then all mongod's started by resmoke.py and by the mongo shell will not preallocate
-# journal files.
-NO_PREALLOC_JOURNAL = None
-
# If set, then each fixture runs tests with the specified number of clients.
NUM_CLIENTS_PER_FIXTURE = None