-
Type: Bug
-
Resolution: Fixed
-
Priority: Critical - P2
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
ALL
-
v7.0, v6.0
-
Sharding NYC 2023-07-10
The changes from 7b743bf as part of SERVER-61040 removed the resmoke_args: --storageEngine=wiredTiger variable from the resharding_fuzzer* Evergreen task definitions. This led to the resmoke_args variable taking its value from the contents of the jstestfuzz_config_vars anchor == resmoke_args: --help. When resmoke is invoked with --help it doesn't run any tests.
[2023/06/28 06:04:38.906] python buildscripts/resmoke.py run --help --jobs=1 --storageEngineCacheSizeGB=4 --storageEngine=inMemory --excludeWithAnyTags=requires_persistence,requires_journaling --suites=resharding_fuzzer --log=buildlogger --staggerJobs=on --installDir=dist-test/bin --buildId=mongodb_mongo_master_enterprise_rhel_80_64_bit_inmem_b1b8f50d81304201e668583f622dc09eca09a496_23_06_28_03_22_30 --distroId=rhel80-small --executionNumber=0 --projectName=mongodb-mongo-master --gitRevision=b1b8f50d81304201e668583f622dc09eca09a496 --revisionOrderId=54952 --taskId=mongodb_mongo_master_enterprise_rhel_80_64_bit_inmem_resharding_fuzzer_inplace_0_linux_enterprise_b1b8f50d81304201e668583f622dc09eca09a496_23_06_28_03_22_30 --taskName=resharding_fuzzer_inplace_0-linux-enterprise --variantName=enterprise-rhel-80-64-bit-inmem --versionId=mongodb_mongo_master_b1b8f50d81304201e668583f622dc09eca09a496 --reportFile=report.json --perfReportFile=perf.json --cedarReportFile=cedar_report.json
- is caused by
-
SERVER-61040 move default storage engine option from evergreen.yml to resmoke.py
- Closed