Set internalQueryAllowAllPathsIndexes server parameter at start-up in performance tests

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major - P3
    • 4.1.3
    • Affects Version/s: None
    • Component/s: Performance
    • None
    • Fully Compatible
    • TIG 2018-09-24
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      As described in PERF-1699, trying to set it when the test cases is load()-ed is problematic for earlier branches. Rather than trying to do it at runtime inside a pre() function, it'd be simpler to set it at start-up and be done with it.

      // TODO: Remove in SERVER-36198.
      assert.commandWorked(db.adminCommand({setParameter: 1, internalQueryAllowAllPathsIndexes: true}));
      

              Assignee:
              Max Hirschhorn
              Reporter:
              Max Hirschhorn
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: