summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorSuganthi Mani <suganthi.mani@mongodb.com>2020-03-06 11:22:00 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-03-08 05:03:05 +0000
commit340c085a7fd3e589442bce69db86d51cae1e82a6 (patch)
tree02baaa800999ba3a0f973c469e52dc539e0f87d0 /jstests
parent2f77fdb760d64e3776dcbeb1f947783fd97dd616 (diff)
downloadmongo-340c085a7fd3e589442bce69db86d51cae1e82a6.tar.gz
SERVER-46677 Ban rollback_index_build* tests from replica_sets_multiversion test suites as they use FCV 4.4 server startup parameter " enableIndexBuildCommitQuorum"
Diffstat (limited to 'jstests')
-rw-r--r--jstests/replsets/prepare_transaction_index_build.js2
-rw-r--r--jstests/replsets/read_committed_with_catalog_changes.js2
-rw-r--r--jstests/replsets/rollback_ddl_op_sequences.js2
-rw-r--r--jstests/replsets/rollback_index_build_and_create.js1
-rw-r--r--jstests/replsets/rollback_index_build_start.js1
-rw-r--r--jstests/replsets/rollback_index_build_start_abort.js1
-rw-r--r--jstests/replsets/rollback_index_build_start_abort_not_create.js1
-rw-r--r--jstests/replsets/rollback_index_build_start_commit.js1
-rw-r--r--jstests/replsets/rollback_index_build_start_commit_drop.js1
-rw-r--r--jstests/replsets/rollback_index_build_start_not_create.js1
-rw-r--r--jstests/replsets/rollback_waits_for_bgindex_completion.js2
11 files changed, 11 insertions, 4 deletions
diff --git a/jstests/replsets/prepare_transaction_index_build.js b/jstests/replsets/prepare_transaction_index_build.js
index 1b7c8510b76..bef70666d2d 100644
--- a/jstests/replsets/prepare_transaction_index_build.js
+++ b/jstests/replsets/prepare_transaction_index_build.js
@@ -8,7 +8,7 @@
* @tags: [
* uses_transactions,
* uses_prepare_transaction,
- * multiversion_incompatible,
+ * requires_fcv_44,
* ]
*/
(function() {
diff --git a/jstests/replsets/read_committed_with_catalog_changes.js b/jstests/replsets/read_committed_with_catalog_changes.js
index 954a7adbd2f..de3d70199e7 100644
--- a/jstests/replsets/read_committed_with_catalog_changes.js
+++ b/jstests/replsets/read_committed_with_catalog_changes.js
@@ -21,7 +21,7 @@
* - reindex collection
* - compact collection
*
- * @tags: [multiversion_incompatible]
+ * @tags: [requires_fcv_44]
*/
load("jstests/libs/parallelTester.js"); // For Thread.
diff --git a/jstests/replsets/rollback_ddl_op_sequences.js b/jstests/replsets/rollback_ddl_op_sequences.js
index fda44d13d8f..95f4d0f730b 100644
--- a/jstests/replsets/rollback_ddl_op_sequences.js
+++ b/jstests/replsets/rollback_ddl_op_sequences.js
@@ -11,7 +11,7 @@
* 6. B rejoins the set and goes through the rollback process.
* 7. The contents of A and B are compare to ensure the rollback results in consistent nodes.
*
- * @tags: [multiversion_incompatible]
+ * @tags: [requires_fcv_44]
*/
load("jstests/replsets/rslib.js");
diff --git a/jstests/replsets/rollback_index_build_and_create.js b/jstests/replsets/rollback_index_build_and_create.js
index f39027e22db..67abb9c439d 100644
--- a/jstests/replsets/rollback_index_build_and_create.js
+++ b/jstests/replsets/rollback_index_build_and_create.js
@@ -1,5 +1,6 @@
/**
* Test that rolling back an index build and collection creation behaves correctly.
+ * @tags: [requires_fcv_44]
*/
(function() {
"use strict";
diff --git a/jstests/replsets/rollback_index_build_start.js b/jstests/replsets/rollback_index_build_start.js
index da786c7e1a4..919e8c34853 100644
--- a/jstests/replsets/rollback_index_build_start.js
+++ b/jstests/replsets/rollback_index_build_start.js
@@ -1,6 +1,7 @@
/**
* Test that an index build aborted due to rollback restarts correctly, even if the none of the
* associated oplog entries are rolled-back.
+ * @tags: [requires_fcv_44]
*/
(function() {
"use strict";
diff --git a/jstests/replsets/rollback_index_build_start_abort.js b/jstests/replsets/rollback_index_build_start_abort.js
index eb65327f838..f40735c6b98 100644
--- a/jstests/replsets/rollback_index_build_start_abort.js
+++ b/jstests/replsets/rollback_index_build_start_abort.js
@@ -1,5 +1,6 @@
/**
* Tests different permutations of rolling-back index build start and abort oplog entries.
+ * @tags: [requires_fcv_44]
*/
(function() {
"use strict";
diff --git a/jstests/replsets/rollback_index_build_start_abort_not_create.js b/jstests/replsets/rollback_index_build_start_abort_not_create.js
index 00c8c36a9ee..ce8370b3258 100644
--- a/jstests/replsets/rollback_index_build_start_abort_not_create.js
+++ b/jstests/replsets/rollback_index_build_start_abort_not_create.js
@@ -1,6 +1,7 @@
/**
* Test that rolling back an index build, but not collection creation, behaves correctly even when
* the index build is aborted.
+ * @tags: [requires_fcv_44]
*/
(function() {
"use strict";
diff --git a/jstests/replsets/rollback_index_build_start_commit.js b/jstests/replsets/rollback_index_build_start_commit.js
index 61edf7488f7..de550c5028a 100644
--- a/jstests/replsets/rollback_index_build_start_commit.js
+++ b/jstests/replsets/rollback_index_build_start_commit.js
@@ -1,5 +1,6 @@
/**
* Tests different permutations of rolling-back index build start and commit oplog entries.
+ * @tags: [requires_fcv_44]
*/
(function() {
"use strict";
diff --git a/jstests/replsets/rollback_index_build_start_commit_drop.js b/jstests/replsets/rollback_index_build_start_commit_drop.js
index b6332b66457..b52b8ec029e 100644
--- a/jstests/replsets/rollback_index_build_start_commit_drop.js
+++ b/jstests/replsets/rollback_index_build_start_commit_drop.js
@@ -1,5 +1,6 @@
/**
* Tests different permutations of rolling-back index build start, commit, and drop oplog entries.
+ * @tags: [requires_fcv_44]
*/
(function() {
"use strict";
diff --git a/jstests/replsets/rollback_index_build_start_not_create.js b/jstests/replsets/rollback_index_build_start_not_create.js
index e56990e08ad..b235604912a 100644
--- a/jstests/replsets/rollback_index_build_start_not_create.js
+++ b/jstests/replsets/rollback_index_build_start_not_create.js
@@ -1,5 +1,6 @@
/**
* Test that rolling back an index build, but not collection creation, behaves correctly.
+ * @tags: [requires_fcv_44]
*/
(function() {
"use strict";
diff --git a/jstests/replsets/rollback_waits_for_bgindex_completion.js b/jstests/replsets/rollback_waits_for_bgindex_completion.js
index cdcf858c65b..9d8c5c343e3 100644
--- a/jstests/replsets/rollback_waits_for_bgindex_completion.js
+++ b/jstests/replsets/rollback_waits_for_bgindex_completion.js
@@ -7,7 +7,7 @@
* requires_wiredtiger,
* requires_journaling,
* requires_majority_read_concern,
- multiversion_incompatible,
+ requires_fcv_44,
* ]
*/
(function() {