Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
None
-
None
Description
https://docs.mongodb.com/manual/reference/command/create/#dbcmd.create
db.runCommand( {
|
create: "users",
|
storageEngine: { wiredTiger: { configString: "<option>=<setting>" } }
|
} )
|
Our tests and argument validation check for "storage" and "wiredtiger"
storage: { wiredtiger: { configString: "block_compressor=zlib" } }
|
In currently nighly, /Database/create_collection is failing because of SERVER-25459