summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2017-07-18 10:53:32 -0400
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2017-07-19 07:43:00 -0400
commit0fd8a76d5033287db54a825024311bd597bbd404 (patch)
tree5248523a8eb79ff888f3c9374949a280c8f37ef7 /jstests
parent0fb912f68f7236e1075f02ba7e6f34944a1c4a9e (diff)
downloadmongo-0fd8a76d5033287db54a825024311bd597bbd404.tar.gz
SERVER-28752 Remove methods specific to WriteCommandBase from BatchedCommandRequest
Diffstat (limited to 'jstests')
-rw-r--r--jstests/aggregation/sources/collStats/shard_host_info.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/jstests/aggregation/sources/collStats/shard_host_info.js b/jstests/aggregation/sources/collStats/shard_host_info.js
index e462bb3e08a..0c78137930f 100644
--- a/jstests/aggregation/sources/collStats/shard_host_info.js
+++ b/jstests/aggregation/sources/collStats/shard_host_info.js
@@ -24,8 +24,6 @@
// Test that both shard and hostname are present for $collStats results on a sharded cluster.
const st = new ShardingTest({name: jsTestName(), shards: 2});
- st.stopBalancer();
-
testDB = st.s.getDB(jsTestName());
testColl = testDB.test;
@@ -53,4 +51,4 @@
]);
st.stop();
-})(); \ No newline at end of file
+})();