diff options
author | A. Jesse Jiryu Davis <jesse@mongodb.com> | 2021-12-17 23:24:23 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-12-18 00:37:56 +0000 |
commit | d886f5d13232ab479dc73f24f5c80f2422326f3e (patch) | |
tree | 80e453cbde5695f4582bf46506dab8ffdfefaabf /etc | |
parent | 8376b0cbfcffb3d6737eaa1b42d0879df562fe0a (diff) | |
download | mongo-d886f5d13232ab479dc73f24f5c80f2422326f3e.tar.gz |
SERVER-61666 Fix migration for txns before startApplying
Diffstat (limited to 'etc')
-rw-r--r-- | etc/backports_required_for_multiversion_tests.yml | 4 |
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 7c874654c53..73d420c9776 100644 --- a/etc/backports_required_for_multiversion_tests.yml +++ b/etc/backports_required_for_multiversion_tests.yml @@ -130,6 +130,8 @@ last-continuous: test_file: jstests/replsets/dbcheck.js - ticket: SERVER-61955 test_file: jstests/auth/dbcheck.js + - ticket: SERVER-61666 + test_file: jstests/replsets/tenant_migration_transaction_boundary.js # Tests that should only be excluded from particular suites should be listed under that suite. suites: @@ -401,6 +403,8 @@ last-lts: test_file: jstests/replsets/dbcheck.js - ticket: SERVER-61955 test_file: jstests/auth/dbcheck.js + - ticket: SERVER-61666 + test_file: jstests/replsets/tenant_migration_transaction_boundary.js # Tests that should only be excluded from particular suites should be listed under that suite. suites: |