summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorChristopher Caplinger <christopher.caplinger@mongodb.com>2022-04-07 18:20:54 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-04-07 18:50:28 +0000
commit608bd9eaaa75b8f3edb5c43ddcffd87af2a8eb97 (patch)
treece89d9fc5641d5d7b7e6d135cd6b2f329d00499a /etc
parentbf6504dcdbc684d34c4ca0b0055f1bf476bb7903 (diff)
downloadmongo-608bd9eaaa75b8f3edb5c43ddcffd87af2a8eb97.tar.gz
SERVER-65331: Add SERVER-63122 denylist entries to last-lts
Diffstat (limited to 'etc')
-rw-r--r--etc/backports_required_for_multiversion_tests.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/etc/backports_required_for_multiversion_tests.yml b/etc/backports_required_for_multiversion_tests.yml
index 887ef57635f..c405734cf14 100644
--- a/etc/backports_required_for_multiversion_tests.yml
+++ b/etc/backports_required_for_multiversion_tests.yml
@@ -172,6 +172,8 @@ last-continuous:
test_file: jstests/replsets/tenant_migration_timeseries_retryable_write_retry_on_recipient.js
- ticket: SERVER-63122
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-63129
test_file: jstests/replsets/tenant_migration_resume_collection_cloner_after_recipient_failover_with_dropped_views.js
- ticket: SERVER-61864
@@ -501,6 +503,28 @@ last-lts:
test_file: jstests/sharding/max_time_ms_does_not_leak_shard_cursor.js
- ticket: SERVER-62759
test_file: jstests/replsets/apply_ops_dropDatabase.js
+ - ticket: SERVER-63122
+ test_file: jstests/replsets/tenant_migration_cloning_uses_read_concern_majority.js
+ - ticket: SERVER-63122
+ test_file: jstests/replsets/tenant_migration_collection_ttl.js
+ - ticket: SERVER-63122
+ test_file: jstests/replsets/tenant_migration_concurrent_reads_on_recipient.js
+ - ticket: SERVER-63122
+ test_file: jstests/replsets/tenant_migration_concurrent_writes_on_recipient.js
+ - ticket: SERVER-63122
+ test_file: jstests/replsets/tenant_migration_fetch_committed_transactions_retry.js
+ - ticket: SERVER-63122
+ test_file: jstests/replsets/tenant_migration_recipient_current_op.js
+ - ticket: SERVER-63122
+ test_file: jstests/replsets/tenant_migration_retry_session_migration.js
+ - ticket: SERVER-63122
+ test_file: jstests/replsets/tenant_migration_retryable_write_retry_on_recipient.js
+ - ticket: SERVER-63122
+ test_file: jstests/replsets/tenant_migration_timeseries_retryable_write_retry_on_recipient.js
+ - ticket: SERVER-63122
+ 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-63732
test_file: jstests/sharding/shard_collection_basic.js
- ticket: SERVER-6491