sharding_system_namespaces.js incorrectly assumes that mongod supports wiredTiger

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Major - P3
    • 2.8.0-rc5
    • Affects Version/s: None
    • Component/s: Sharding
    • None
    • Fully Compatible
    • ALL
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      sharding_system_namespaces.js relies on the wiredTiger storage engine being compiled into the server. This assumption does not hold on 32-bit platforms. Specifically, the test's call to the "create" command fails with the following:

      {
      	"ok" : 0,
      	"errmsg" : "wiredTiger is not a registered storage engine for this server",
      	"code" : 72
      }
      

              Assignee:
              Siyuan Zhou
              Reporter:
              J Rassi (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: