diff options
author | Vesselina Ratcheva <vesselina.ratcheva@10gen.com> | 2021-10-11 03:08:51 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-10-11 03:32:49 +0000 |
commit | 1b31e6ca3d25a35f31f48547aafe0ec33c8c9bfd (patch) | |
tree | 7cca9786cf3d276a0fe9062dbc3b6ddf9136f1ce /etc | |
parent | 767c69eb586911a9984d2e4287d83fad8dd29efd (diff) | |
download | mongo-1b31e6ca3d25a35f31f48547aafe0ec33c8c9bfd.tar.gz |
SERVER-59108 Resolve race with transaction operation not killed after stepdown
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 efad6127b50..c20b4867483 100644 --- a/etc/backports_required_for_multiversion_tests.yml +++ b/etc/backports_required_for_multiversion_tests.yml @@ -94,6 +94,8 @@ last-continuous: test_file: jstests/core/timeseries/timeseries_bucket_rename.js - ticket: SERVER-59424 test_file: jstests/sharding/change_stream_show_migration_events.js + - ticket: SERVER-59108 + test_file: jstests/replsets/stepdown_race_with_transaction.js - ticket: SERVER-58636 test_file: jstests/replsets/initial_sync_replicate_drop_mid_secondary_batch.js - ticket: SERVER-59613 @@ -352,6 +354,8 @@ last-lts: test_file: jstests/aggregation/expressions/date_add_subtract.js - ticket: SERVER-59424 test_file: jstests/sharding/change_stream_show_migration_events.js + - ticket: SERVER-59108 + test_file: jstests/replsets/stepdown_race_with_transaction.js - ticket: SERVER-58636 test_file: jstests/replsets/initial_sync_replicate_drop_mid_secondary_batch.js - ticket: SERVER-59613 |