mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 17:10:48 +01:00
Revert "SERVER-19289 Sharding tests should always use wiredTiger as the storage engine when using replica set config servers"
wiredTiger is not recognized on 32-bit systems.
This reverts commit 15f5733573
.
This commit is contained in:
parent
15f5733573
commit
fb1c2681c1
@ -319,12 +319,9 @@ ShardingTest = function( testName , numShards , verboseLevel , numMongos , other
|
||||
keyFile : keyFile,
|
||||
name: testName + "-configRS"
|
||||
};
|
||||
|
||||
// when using CSRS, always use wiredTiger as the storage engine
|
||||
var startOptions = { pathOpts: pathOpts,
|
||||
configsvr : "",
|
||||
noJournalPrealloc : otherParams.nopreallocj,
|
||||
storageEngine : "wiredTiger"
|
||||
};
|
||||
|
||||
startOptions = Object.merge( startOptions, ShardingTest.configOptions || {} )
|
||||
|
Loading…
Reference in New Issue
Block a user