-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
Fully Compatible
-
ALL
-
STM 2019-01-14
-
1
The change for SERVER-36613 introduced a second definition of the test_flags expansions for linux-64-repeated-execution buildvariant:
expansions:
compile_flags: -j$(grep -c ^processor /proc/cpuinfo) --variables-files=etc/scons/mongodbtoolchain_gcc.vars --enable-free-mon=off --enable-http-client=off
test_flags: --repeatSuites=10 --shuffle
scons_cache_scope: shared
test_flags: --excludeWithAnyTags=requires_http_client
tooltags: ""
build_mongoreplay: true
The second definition overrides the first.
- is caused by
-
SERVER-36613 Implement __rest expansion in config files
- Closed