-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
Fully Compatible
-
ALL
-
STM 2019-05-06
-
1
The to_local_args() function serializes option_value as a string even when it may actually be a list. The --excludeWithAnyTags and --includeWithAnyTags command line options are currently the only two which use action="append".
[2019/04/24 15:31:06.412] [resmoke] 2019-04-24T15:31:06.412+0000 verbatim resmoke.py invocation: buildscripts/evergreen_run_tests.py --suites=core --shellReadMode=legacy --shellWriteMode=compatibility --storageEngine=wiredTiger --excludeWithAnyTags=requires_find_command --jobs=4 --shuffle --continueOnFailure --storageEngineCacheSizeGB=1 --tagFile=etc/test_retrial.yml --log=buildlogger --staggerJobs=on --buildId=mongodb_mongo_master_enterprise_rhel_62_64_bit_f202c4c1ba24b9f561e8b11dac5b04fa0eeb4919_19_04_24_14_47_53 --distroId=rhel62-small --executionNumber=0 --projectName=mongodb-mongo-master --gitRevision=f202c4c1ba24b9f561e8b11dac5b04fa0eeb4919 --revisionOrderId=25585 --taskId=mongodb_mongo_master_enterprise_rhel_62_64_bit_jsCore_compatibility_f202c4c1ba24b9f561e8b11dac5b04fa0eeb4919_19_04_24_14_47_53 --taskName=jsCore_compatibility --variantName=enterprise-rhel-62-64-bit --versionId=mongodb_mongo_master_f202c4c1ba24b9f561e8b11dac5b04fa0eeb4919 --archiveFile=archive.json --reportFile=report.json --perfReportFile=perf.json [2019/04/24 15:31:06.414] [resmoke] 2019-04-24T15:31:06.413+0000 resmoke.py invocation for local usage: buildscripts/resmoke.py --suites=core --storageEngine=wiredTiger --continueOnFailure --excludeWithAnyTags=['requires_find_command'] --jobs=4 --shellReadMode=legacy --shellWriteMode=compatibility --shuffleMode=on --storageEngineCacheSizeGB=1
- is related to
-
SERVER-40241 Have resmoke.py log an invocation for local usage
- Closed