jstests/core/timeseries/timeseries.* tests fail in multiversion because featureFlagTimeseriesMetricIndexes does not exist

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Won't Do
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage Execution
    • ALL
    • 65
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      In the multiversion passthroughs, this code will fail on an older version where featureFlagTimeseriesMetricIndexes does not exist.

              return assert
                  .commandWorked(
                      conn.adminCommand({getParameter: 1, featureFlagTimeseriesMetricIndexes: 1}))
                  .featureFlagTimeseriesMetricIndexes.value;
      

      We should either drop the assert and assume that this is not enabled if we can't get the parameter. Or we can simply blocklist all of these timeseries*.js tests on the various multiversion suites by requiring a particular FCV.

            Assignee:
            [DO NOT USE] Backlog - Storage Execution Team
            Reporter:
            Kyle Suarez (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: