summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorPavi Vetriselvan <pavithra.vetriselvan@mongodb.com>2023-03-03 15:50:56 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-03-03 20:08:43 +0000
commit65b2e740d1604a4c021c2f47c04868369e148bc7 (patch)
treebfaaa69a2ea66b525aa884316c939a6b40b8dc06 /buildscripts
parentdb5b677ff84361abca83ff60f7c62ee7668df951 (diff)
downloadmongo-65b2e740d1604a4c021c2f47c04868369e148bc7.tar.gz
SERVER-67472 Disallow emptycapped command from running with the config fuzzer
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokelib/configure_resmoke.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/resmokelib/configure_resmoke.py b/buildscripts/resmokelib/configure_resmoke.py
index cfb856491d0..d140bfa36f7 100644
--- a/buildscripts/resmokelib/configure_resmoke.py
+++ b/buildscripts/resmokelib/configure_resmoke.py
@@ -309,6 +309,7 @@ or explicitly pass --installDir to the run subcommand of buildscripts/resmoke.py
_config.WT_INDEX_CONFIG = mongod_fuzzer_configs.fuzz_set_parameters(
_config.FUZZ_MONGOD_CONFIGS, _config.CONFIG_FUZZ_SEED, _config.MONGOD_SET_PARAMETERS)
_config.EXCLUDE_WITH_ANY_TAGS.extend(["uses_compact"])
+ _config.EXCLUDE_WITH_ANY_TAGS.extend(["requires_emptycapped"])
_config.MONGOS_EXECUTABLE = _expand_user(config.pop("mongos_executable"))
mongos_set_parameters = config.pop("mongos_set_parameters")