0
0
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:
Daniel Alabi 2015-07-09 09:56:00 -04:00
parent 15f5733573
commit fb1c2681c1

View File

@ -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 || {} )