summaryrefslogtreecommitdiff
path: root/jstests/sharding/top_chunk_autosplit.js
diff options
context:
space:
mode:
authorEddie Louie <eddie.louie@mongodb.com>2017-10-17 15:47:56 -0400
committerEddie Louie <eddie.louie@mongodb.com>2017-10-18 02:21:38 -0400
commit553dff7f3b96b95883b406c7486a04877fbfb094 (patch)
treee6121ed4c3c269d4a0b58671e3ba60d72a7b4952 /jstests/sharding/top_chunk_autosplit.js
parent046a5a01c1bc6eeb05852bed9981cbc457802a00 (diff)
downloadmongo-553dff7f3b96b95883b406c7486a04877fbfb094.tar.gz
SERVER-31579 Tag specific sharding tests as being resource intensive
Diffstat (limited to 'jstests/sharding/top_chunk_autosplit.js')
-rw-r--r--jstests/sharding/top_chunk_autosplit.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/jstests/sharding/top_chunk_autosplit.js b/jstests/sharding/top_chunk_autosplit.js
index 834eb8c55b7..f3f7486d098 100644
--- a/jstests/sharding/top_chunk_autosplit.js
+++ b/jstests/sharding/top_chunk_autosplit.js
@@ -1,3 +1,8 @@
+/**
+ * This test is labeled resource intensive because its total io_write is 90MB compared to a median
+ * of 5MB across all sharding tests in wiredTiger.
+ * @tags: [resource_intensive]
+ */
function shardSetup(shardConfig, dbName, collName) {
var st = new ShardingTest(shardConfig);
var db = st.getDB(dbName);