diff options
author | daveh86 <howsdav@gmail.com> | 2014-05-08 15:37:30 -0400 |
---|---|---|
committer | Benety Goh <benety@mongodb.com> | 2014-05-12 14:38:23 -0400 |
commit | bce39f06716e25e8360642d2163af3400bc5e0fc (patch) | |
tree | 9fef8e609c9348baa116dd37e14e9ca3a4e0fc20 /jstests/sharding/remove2.js | |
parent | ef7543602423c597472e0d141cc0498b3ad0140c (diff) | |
download | mongo-bce39f06716e25e8360642d2163af3400bc5e0fc.tar.gz |
SERVER-12605 update ShardingTest to turn off balancer by default
Signed-off-by: Benety Goh <benety@mongodb.com>
Diffstat (limited to 'jstests/sharding/remove2.js')
-rw-r--r-- | jstests/sharding/remove2.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jstests/sharding/remove2.js b/jstests/sharding/remove2.js index f6fc93c4faf..fe0819b90a8 100644 --- a/jstests/sharding/remove2.js +++ b/jstests/sharding/remove2.js @@ -78,7 +78,8 @@ var st = new ShardingTest( testName = "remove2", { chunkSize : 1, rs : true, rs0 : { nodes : 2 }, - rs1 : { nodes : 2 } + rs1 : { nodes : 2 }, + enableBalancer: true }); // Pending resolution of SERVER-8598, we need to wait for deletion after chunk migrations to avoid |