Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-59430

Parse list of additional feature flags

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major - P3 Major - P3
    • 5.1.0-rc0
    • None
    • None
    • None
    • Fully Compatible
    • ALL
    • QO 2021-08-23
    • 50

    Description

      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 

       

      Attachments

        Activity

          People

            joshua.lapacik@mongodb.com Joshua Lapacik (Inactive)
            joshua.lapacik@mongodb.com Joshua Lapacik (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: