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

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

    XMLWordPrintableJSON

Details

    • Server Tooling & Methods

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              backlog-server-stm Backlog - Server Tooling and Methods (STM) (Inactive)
              ian.boros@mongodb.com Ian Boros
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated: