summaryrefslogtreecommitdiff
path: root/jstests/core/txns/create_existing_indexes.js
diff options
context:
space:
mode:
authorJason Chan <jason.chan@mongodb.com>2019-11-19 16:12:30 +0000
committerevergreen <evergreen@mongodb.com>2019-11-19 16:12:30 +0000
commit880ae5c3e068ec57bbd54262b227953657b533da (patch)
tree01c5407f5cfbb65c2b7b4a0fbc27f753ebe32e23 /jstests/core/txns/create_existing_indexes.js
parent7af7c6d9eddc10614876536bbb851da402282338 (diff)
downloadmongo-880ae5c3e068ec57bbd54262b227953657b533da.tar.gz
SERVER-44664 Add requires_fcv_44 to failing tests from replica_sets_jscore_multiversion_passthrough
Diffstat (limited to 'jstests/core/txns/create_existing_indexes.js')
-rw-r--r--jstests/core/txns/create_existing_indexes.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/jstests/core/txns/create_existing_indexes.js b/jstests/core/txns/create_existing_indexes.js
index a2e042142b6..5ec5dad43fe 100644
--- a/jstests/core/txns/create_existing_indexes.js
+++ b/jstests/core/txns/create_existing_indexes.js
@@ -1,7 +1,10 @@
/* Tests that attempts to create indexes that already exist as of the createIndexes call are
* permitted inside multi-document transactions. Also test that attempts to create new
* indexes on existing collections are not permitted inside multi-document transactions.
- * @tags: [uses_transactions]
+ *
+ * @tags: [uses_transactions,
+ * # Creating indexes inside multi-document transactions is supported only in v4.4 onwards.
+ * requires_fcv_44]
*/
(function() {
"use strict";