summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2021-08-06 08:11:19 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-08-13 00:51:55 +0000
commit0018c43bdf5de217eec446032dda05f126541621 (patch)
treeff4be43a7c61e434a1dbb69757da43e7031505db
parentb6eb3fc070baa306cdbf854723e95f76bd9eb139 (diff)
downloadmongo-0018c43bdf5de217eec446032dda05f126541621.tar.gz
SERVER-59040 add operations_longer_than_stepdown_interval tag to background_unique_indexes.js
(cherry picked from commit ff11b2c1a8c5e326a9e1281e0c4f6db980410150)
-rw-r--r--jstests/core/background_unique_indexes.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/core/background_unique_indexes.js b/jstests/core/background_unique_indexes.js
index 692aaa0f58f..fb1d0d9aee7 100644
--- a/jstests/core/background_unique_indexes.js
+++ b/jstests/core/background_unique_indexes.js
@@ -9,6 +9,8 @@
* @tags: [
* # Sharding suites that use a hashed shard key on _id cannot create a unique index on {x: 1}.
* cannot_create_unique_index_when_using_hashed_shard_key,
+ * # Large update operations may be interrupted by stepdowns.
+ * operations_longer_than_stepdown_interval,
* requires_background_index
* ]
*/