summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Noma <gregory.noma@gmail.com>2020-08-18 15:38:44 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-09-02 19:38:27 +0000
commitfc7a537848482592d40ece7b84f1fda0fa7f725e (patch)
treef3e5e4112a79c7255260f7669001255c4d2b5360
parent64c64ccdb09203532faf2c07ea38b8972ee2c16b (diff)
downloadmongo-fc7a537848482592d40ece7b84f1fda0fa7f725e.tar.gz
SERVER-49075 Add replica_sets suite to resumable index builds variant
-rw-r--r--etc/evergreen.yml3
-rw-r--r--jstests/replsets/rollback_resumable_index_build_bulk_load_phase.js (renamed from jstests/noPassthrough/rollback_resumable_index_build_bulk_load_phase.js)4
-rw-r--r--jstests/replsets/rollback_resumable_index_build_collection_scan_phase.js (renamed from jstests/noPassthrough/rollback_resumable_index_build_collection_scan_phase.js)4
-rw-r--r--jstests/replsets/rollback_resumable_index_build_complete.js (renamed from jstests/noPassthrough/rollback_resumable_index_build_complete.js)4
-rw-r--r--jstests/replsets/rollback_resumable_index_build_drain_writes_phase.js (renamed from jstests/noPassthrough/rollback_resumable_index_build_drain_writes_phase.js)4
5 files changed, 3 insertions, 16 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index a7e2aa76555..0c5c2312704 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -10475,6 +10475,9 @@ buildvariants:
- rhel62-large
- name: noPassthrough_gen
- name: noPassthroughWithMongod_gen
+ - name: replica_sets
+ distros:
+ - rhel62-large
- name: .rollbackfuzzer
# This build variant is used to run multiversion tests as part of burn_in_tags as these tests are
diff --git a/jstests/noPassthrough/rollback_resumable_index_build_bulk_load_phase.js b/jstests/replsets/rollback_resumable_index_build_bulk_load_phase.js
index 6f723592a05..a486e56df2c 100644
--- a/jstests/noPassthrough/rollback_resumable_index_build_bulk_load_phase.js
+++ b/jstests/replsets/rollback_resumable_index_build_bulk_load_phase.js
@@ -2,13 +2,9 @@
* Tests that resumable index builds complete properly after being interrupted for rollback during
* the bulk load phase.
*
- * TODO (SERVER-49075): Move this test to the replica_sets suite once it is enabled on the resumable
- * index builds variant.
- *
* @tags: [
* requires_majority_read_concern,
* requires_persistence,
- * requires_replication,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/rollback_resumable_index_build_collection_scan_phase.js b/jstests/replsets/rollback_resumable_index_build_collection_scan_phase.js
index abbe6fc3b98..42dd72869e8 100644
--- a/jstests/noPassthrough/rollback_resumable_index_build_collection_scan_phase.js
+++ b/jstests/replsets/rollback_resumable_index_build_collection_scan_phase.js
@@ -2,13 +2,9 @@
* Tests that resumable index builds complete properly after being interrupted for rollback during
* the collection scan phase.
*
- * TODO (SERVER-49075): Move this test to the replica_sets suite once it is enabled on the resumable
- * index builds variant.
- *
* @tags: [
* requires_majority_read_concern,
* requires_persistence,
- * requires_replication,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/rollback_resumable_index_build_complete.js b/jstests/replsets/rollback_resumable_index_build_complete.js
index 1c55eb76688..099de65059b 100644
--- a/jstests/noPassthrough/rollback_resumable_index_build_complete.js
+++ b/jstests/replsets/rollback_resumable_index_build_complete.js
@@ -2,13 +2,9 @@
* Tests that resumable index builds restart and complete properly when rolling back from after the
* index build completed to while the index build was still in progress.
*
- * TODO (SERVER-49075): Move this test to the replica_sets suite once it is enabled on the resumable
- * index builds variant.
- *
* @tags: [
* requires_majority_read_concern,
* requires_persistence,
- * requires_replication,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/rollback_resumable_index_build_drain_writes_phase.js b/jstests/replsets/rollback_resumable_index_build_drain_writes_phase.js
index 22127cb3575..4cc88de5737 100644
--- a/jstests/noPassthrough/rollback_resumable_index_build_drain_writes_phase.js
+++ b/jstests/replsets/rollback_resumable_index_build_drain_writes_phase.js
@@ -2,13 +2,9 @@
* Tests that resumable index builds complete properly after being interrupted for rollback during
* the drain writes phase.
*
- * TODO (SERVER-49075): Move this test to the replica_sets suite once it is enabled on the resumable
- * index builds variant.
- *
* @tags: [
* requires_majority_read_concern,
* requires_persistence,
- * requires_replication,
* ]
*/
(function() {