-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
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