diff options
author | Geert Bosch <geert@mongodb.com> | 2018-06-12 17:27:01 -0400 |
---|---|---|
committer | Geert Bosch <geert@mongodb.com> | 2018-06-25 16:47:18 -0400 |
commit | ab0c426e60c4bdcc49b5a48a93f84828414d5ba6 (patch) | |
tree | 59eea717b0cae54e39b4981d654fd58d31d7b286 /jstests/sharding/auto_rebalance_parallel_replica_sets.js | |
parent | 5339c9a55181662545652ab7106c8f4e55109327 (diff) | |
download | mongo-ab0c426e60c4bdcc49b5a48a93f84828414d5ba6.tar.gz |
SERVER-35591 Remove MMAPv1 testing
Diffstat (limited to 'jstests/sharding/auto_rebalance_parallel_replica_sets.js')
-rw-r--r-- | jstests/sharding/auto_rebalance_parallel_replica_sets.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/jstests/sharding/auto_rebalance_parallel_replica_sets.js b/jstests/sharding/auto_rebalance_parallel_replica_sets.js index fdcd6457fe4..35c9132b061 100644 --- a/jstests/sharding/auto_rebalance_parallel_replica_sets.js +++ b/jstests/sharding/auto_rebalance_parallel_replica_sets.js @@ -1,9 +1,5 @@ /** * Tests that the cluster is balanced in parallel in one balancer round (replica sets). - * - * This test is labeled resource intensive because its total io_write is 900MB compared to a median - * of 135MB across all sharding tests in mmapv1. - * @tags: [resource_intensive] */ (function() { 'use strict'; |