Make "wiredTiger" default value for jsTest.options().storageEngine

XMLWordPrintableJSON

    • Server Tooling & Methods
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      A lot of JS tests do this kind of check:

      if (jsTest.options().storageEngine && jsTest.options().storageEngine !== "wiredTiger") {
      // skip the test
      }
      

      I just found this test test (which I reviewed!) that doesn't include the "is the 'storageEngine' falsy" check. The result is that when you run that test in the core suite, it will be skipped.

      I think we should just make the default value for 'storageEngine' be 'wiredTiger' and then we won't need to worry about tests being skipped erroneously.

              Assignee:
              Backlog - Server Tooling and Methods (STM) (Inactive)
              Reporter:
              Ian Boros
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated: