summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib/config.py
diff options
context:
space:
mode:
authormay <may.hoque@mongodb.com>2017-06-09 10:20:23 -0400
committermay <may.hoque@mongodb.com>2017-06-09 10:20:23 -0400
commitea8402f7ffe3f7aa5fb3a6ebfa152900d3bf5796 (patch)
treed0a4ba83a07df39f7158d1287b8e79232788b4ca /buildscripts/resmokelib/config.py
parentff952170b92c0d3a0c9e4d3387478b70d4340d9c (diff)
downloadmongo-ea8402f7ffe3f7aa5fb3a6ebfa152900d3bf5796.tar.gz
SERVER-21299 resmoke should default to --shuffle
Diffstat (limited to 'buildscripts/resmokelib/config.py')
-rw-r--r--buildscripts/resmokelib/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/resmokelib/config.py b/buildscripts/resmokelib/config.py
index dece92c6c10..b2fa727806c 100644
--- a/buildscripts/resmokelib/config.py
+++ b/buildscripts/resmokelib/config.py
@@ -55,7 +55,7 @@ DEFAULTS = {
"seed": long(time.time() * 256), # Taken from random.py code in Python 2.7.
"shellReadMode": None,
"shellWriteMode": None,
- "shuffle": False,
+ "shuffle": None,
"staggerJobs": None,
"storageEngine": None,
"storageEngineCacheSizeGB": None,