summaryrefslogtreecommitdiff
path: root/jstests/sharding/delete_during_migrate.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/delete_during_migrate.js')
-rw-r--r--jstests/sharding/delete_during_migrate.js12
1 files changed, 9 insertions, 3 deletions
diff --git a/jstests/sharding/delete_during_migrate.js b/jstests/sharding/delete_during_migrate.js
index cabd936b7e1..2e7f6220d75 100644
--- a/jstests/sharding/delete_during_migrate.js
+++ b/jstests/sharding/delete_during_migrate.js
@@ -1,6 +1,12 @@
-// Test migrating a big chunk while deletions are happening within that chunk. Test is slightly
-// non-deterministic, since removes could happen before migrate starts. Protect against that by
-// making chunk very large.
+/**
+ * Test migrating a big chunk while deletions are happening within that chunk. Test is slightly
+ * non-deterministic, since removes could happen before migrate starts. Protect against that by
+ * making chunk very large.
+ *
+ * This test is labeled resource intensive because its total io_write is 88MB compared to a median
+ * of 5MB across all sharding tests in wiredTiger.
+ * @tags: [resource_intensive]
+ */
(function() {
'use strict';