diff options
author | Spencer T Brody <spencer@mongodb.com> | 2015-04-09 18:17:10 -0400 |
---|---|---|
committer | Spencer T Brody <spencer@mongodb.com> | 2015-04-14 13:53:47 -0400 |
commit | 7c1ad90880f8612fcc310ad329790464453cfbd9 (patch) | |
tree | 48eadefb740d6803ddc0b8c3866d1b7afaa3c8f7 /jstests/sharding/coll_epoch_test2.js | |
parent | b5253c0a357dab7ba202fb8368a9f75d72501f17 (diff) | |
download | mongo-7c1ad90880f8612fcc310ad329790464453cfbd9.tar.gz |
SERVER-17971 Remove separateConfig option from ShardingTest and make its behavior the default
Diffstat (limited to 'jstests/sharding/coll_epoch_test2.js')
-rw-r--r-- | jstests/sharding/coll_epoch_test2.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/coll_epoch_test2.js b/jstests/sharding/coll_epoch_test2.js index 20f1fe40774..eb7969b9480 100644 --- a/jstests/sharding/coll_epoch_test2.js +++ b/jstests/sharding/coll_epoch_test2.js @@ -4,7 +4,7 @@ // operation on a mongos may be active when it happens. All operations should handle gracefully. // -var st = new ShardingTest({ shards : 2, mongos : 5, verbose : 1, separateConfig : 1 }) +var st = new ShardingTest({ shards : 2, mongos : 5, verbose : 1 }) // Stop balancer, it'll interfere st.stopBalancer() |