summaryrefslogtreecommitdiff
path: root/jstests/sharding/autosplit_heuristics.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/autosplit_heuristics.js')
-rw-r--r--jstests/sharding/autosplit_heuristics.js12
1 files changed, 8 insertions, 4 deletions
diff --git a/jstests/sharding/autosplit_heuristics.js b/jstests/sharding/autosplit_heuristics.js
index 6b7f0e2b290..46daff22e57 100644
--- a/jstests/sharding/autosplit_heuristics.js
+++ b/jstests/sharding/autosplit_heuristics.js
@@ -1,7 +1,11 @@
-//
-// Tests autosplitting heuristics, and that the heuristic counting of chunk sizes
-// works as expected even after splitting.
-//
+/**
+ * Tests autosplitting heuristics, and that the heuristic counting of chunk sizes
+ * works as expected even after splitting.
+ *
+ * This test is labeled resource intensive because its total io_write is 53MB compared to a median
+ * of 5MB across all sharding tests in wiredTiger.
+ * @tags: [resource_intensive]
+ */
(function() {
'use strict';