summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Noma <gregory.noma@gmail.com>2021-12-13 19:21:32 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-12-13 19:44:32 +0000
commitbd44cbfe979e1332025e0a607b0bf194c371b7ac (patch)
tree7d1d2d3514e6560f735a02b04713cfb40207c9c1
parentdec388494b652488259072cf61fd987af3fa8470 (diff)
downloadmongo-bd44cbfe979e1332025e0a607b0bf194c371b7ac.tar.gz
SERVER-62005 Add `requires_document_locking` tag to unique_index_insert_during_collection_scan.js
-rw-r--r--jstests/noPassthrough/unique_index_insert_during_collection_scan.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/noPassthrough/unique_index_insert_during_collection_scan.js b/jstests/noPassthrough/unique_index_insert_during_collection_scan.js
index e3c0ce98af4..a1555823c4f 100644
--- a/jstests/noPassthrough/unique_index_insert_during_collection_scan.js
+++ b/jstests/noPassthrough/unique_index_insert_during_collection_scan.js
@@ -2,6 +2,10 @@
* Tests inserting into collection while a unique index build is in the collection scan phase.
* Ensures that even though the insert is seen by both the collection scan and the side writes
* table, the index build does not need to resolve any duplicate keys.
+ *
+ * @tags: [
+ * requires_document_locking,
+ * ]
*/
(function() {
"use strict";