-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
QO 2021-08-23
-
50
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Right now --additionalFeatureFlags is parsed as a single flag which means you can't specify a comma separated list of additional feature flags to enable for particular builds in evergreen.yml. The following should work.
test_flags: >-
--mongodSetParameters="{param1: true, param2: true}"
--additionalFeatureFlags=flag1,flag2