Skip to content

Commit

Permalink
SERVER-26008 start config replica set specifically with wiredTiger st…
Browse files Browse the repository at this point in the history
…orage engine
  • Loading branch information
EshaMaharishi committed Sep 13, 2016
1 parent 7c3878a commit 9aede62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jstests/fail_point/set_failpoint_through_set_parameter.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// In order to be able connect to a mongos that starts up successfully, start a config replica
// set so that we can provide a valid config connection string to the mongos.
var configRS = new ReplSetTest({nodes: 3});
configRS.startSet({'configsvr': ''});
configRS.startSet({configsvr: '', storageEngine: 'wiredTiger'});
configRS.initiate();

// Setting a failpoint via --setParameter fails if enableTestCommands is not on.
Expand Down

0 comments on commit 9aede62

Please sign in to comment.