summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorChristopher Caplinger <christopher.caplinger@mongodb.com>2022-04-15 16:18:16 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-04-22 14:34:42 +0000
commite2409b8fe098383a18ad98eda9ae176fa9d05779 (patch)
tree5a84a4ec73a8377c8763a29aa5b62cb0f13b915e /etc
parent7a7e183392b0ecf77a3735631fa4cc4b85097a75 (diff)
downloadmongo-e2409b8fe098383a18ad98eda9ae176fa9d05779.tar.gz
SERVER-65331: Skip additional multiversion tenant migration test
(cherry picked from commit ad27a9745b2e1692ecbe3e020d9b0b4cd833a0f6)
Diffstat (limited to 'etc')
-rw-r--r--etc/backports_required_for_multiversion_tests.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/backports_required_for_multiversion_tests.yml b/etc/backports_required_for_multiversion_tests.yml
index 404c045e5e0..958a60e5234 100644
--- a/etc/backports_required_for_multiversion_tests.yml
+++ b/etc/backports_required_for_multiversion_tests.yml
@@ -174,6 +174,8 @@ last-continuous:
test_file: jstests/replsets/tenant_migration_recipient_initial_sync_recovery.js
- ticket: SERVER-63122
test_file: jstests/replsets/tenant_migration_recipient_startup_recovery.js
+ - ticket: SERVER-63122
+ test_file: jstests/replsets/tenant_migration_network_error_via_rollback.js
- ticket: SERVER-63129
test_file: jstests/replsets/tenant_migration_resume_collection_cloner_after_recipient_failover_with_dropped_views.js
- ticket: SERVER-61864
@@ -527,6 +529,8 @@ last-lts:
test_file: jstests/replsets/tenant_migration_recipient_initial_sync_recovery.js
- ticket: SERVER-63122
test_file: jstests/replsets/tenant_migration_recipient_startup_recovery.js
+ - ticket: SERVER-63122
+ test_file: jstests/replsets/tenant_migration_network_error_via_rollback.js
- ticket: SERVER-63732
test_file: jstests/sharding/shard_collection_basic.js
- ticket: SERVER-6491