summaryrefslogtreecommitdiff
path: root/jstests/sharding/mongos_validate_writes.js
diff options
context:
space:
mode:
authorSpencer T Brody <spencer@mongodb.com>2015-04-09 18:17:10 -0400
committerSpencer T Brody <spencer@mongodb.com>2015-04-14 13:53:47 -0400
commit7c1ad90880f8612fcc310ad329790464453cfbd9 (patch)
tree48eadefb740d6803ddc0b8c3866d1b7afaa3c8f7 /jstests/sharding/mongos_validate_writes.js
parentb5253c0a357dab7ba202fb8368a9f75d72501f17 (diff)
downloadmongo-7c1ad90880f8612fcc310ad329790464453cfbd9.tar.gz
SERVER-17971 Remove separateConfig option from ShardingTest and make its behavior the default
Diffstat (limited to 'jstests/sharding/mongos_validate_writes.js')
-rw-r--r--jstests/sharding/mongos_validate_writes.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/jstests/sharding/mongos_validate_writes.js b/jstests/sharding/mongos_validate_writes.js
index 4bfbb2048f3..3ef7b4715c3 100644
--- a/jstests/sharding/mongos_validate_writes.js
+++ b/jstests/sharding/mongos_validate_writes.js
@@ -4,8 +4,7 @@
// Note that this is *unsafe* with broadcast removes and updates
//
-var st = new ShardingTest({ shards : 2, mongos : 3, other : { separateConfig : true,
- shardOptions : { verbose : 2 } } });
+var st = new ShardingTest({ shards : 2, mongos : 3, other : { shardOptions : { verbose : 2 } } });
st.stopBalancer()
var mongos = st.s0