summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2020-03-16 15:18:56 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-03-25 18:51:47 +0000
commit832835b16c0ad610812d7a7c22df5ce3dc92da5a (patch)
treebe51474c7d1f7029c88a299e24efc9e4e0f09237
parentf68e66a4b30aea40dc390c4eaf485f24318e9866 (diff)
downloadmongo-832835b16c0ad610812d7a7c22df5ce3dc92da5a.tar.gz
SERVER-46211 Disable balancer on mr_output_options.js
(cherry picked from commit a6350e13bb18eab3b00624d8c8d82e550a382906)
-rw-r--r--jstests/sharding/mr_output_options.js2
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;