diff options
author | Randolph Tan <randolph@10gen.com> | 2020-03-16 15:18:56 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-03-17 20:34:36 +0000 |
commit | a6350e13bb18eab3b00624d8c8d82e550a382906 (patch) | |
tree | 7a01a06953e4da1323575f80423098260117120c | |
parent | 9af76322fd8e69ebdb9aa443f1d18c44efc71684 (diff) | |
download | mongo-a6350e13bb18eab3b00624d8c8d82e550a382906.tar.gz |
SERVER-46211 Disable balancer on mr_output_options.js
-rw-r--r-- | jstests/sharding/mr_output_options.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/mr_output_options.js b/jstests/sharding/mr_output_options.js index 0581ce6b124..893aee7d879 100644 --- a/jstests/sharding/mr_output_options.js +++ b/jstests/sharding/mr_output_options.js @@ -6,7 +6,7 @@ (function() { "use strict"; -const st = new ShardingTest({shards: 2, mongos: 1, other: {chunkSize: 1, enableBalancer: true}}); +const st = new ShardingTest({shards: 2, other: {chunkSize: 1}}); const testDB = st.getDB("mrShard"); const inputColl = testDB.srcSharded; |