summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorGregory Wlodarek <gregory.wlodarek@mongodb.com>2022-05-03 17:24:34 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-05-03 19:51:19 +0000
commit4bd72a14ee5cdc3fcee659525e7de9ef586d68b9 (patch)
tree18c3002f5afaec3588a1b1c95cbf035dbaa6d616 /buildscripts
parent3151bf2f90871da056873554f5455a09647ee16e (diff)
downloadmongo-4bd72a14ee5cdc3fcee659525e7de9ef586d68b9.tar.gz
SERVER-66140 Run simulate_crash.py hook with testing diagnostics enabled
(cherry picked from commit 062791e149b4427462f82f28078f21457cad9b16)
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokelib/testing/hooks/simulate_crash.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/resmokelib/testing/hooks/simulate_crash.py b/buildscripts/resmokelib/testing/hooks/simulate_crash.py
index aba383daf28..c7f8bc4026c 100644
--- a/buildscripts/resmokelib/testing/hooks/simulate_crash.py
+++ b/buildscripts/resmokelib/testing/hooks/simulate_crash.py
@@ -109,7 +109,7 @@ class SimulateCrash(bghook.BGHook):
node.mongod_executable, "--dbpath", path, "--port",
str(self.validate_port), "--logpath",
node.get_dbpath_prefix() + "/simulateCrashes/validate.log", "--setParameter",
- "enableTestCommands=1"
+ "enableTestCommands=1", "--setParameter", "testingDiagnosticsEnabled=1"
])
mdb.start()