diff options
author | Matthew Saltz <matthew.saltz@mongodb.com> | 2022-08-30 19:58:33 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-08-30 21:49:51 +0000 |
commit | 135eefc1bd00a5ab5c97ba679805dc150c9429ec (patch) | |
tree | 1e6c504466b1326896a1fac6320f34c7e82cfe1e /etc | |
parent | 36b8246daa269b1a21d63d3f0e11c31b274e6703 (diff) | |
download | mongo-135eefc1bd00a5ab5c97ba679805dc150c9429ec.tar.gz |
SERVER-68556 Allow transactions on timeseries buckets collections
Diffstat (limited to 'etc')
-rw-r--r-- | etc/backports_required_for_multiversion_tests.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/backports_required_for_multiversion_tests.yml b/etc/backports_required_for_multiversion_tests.yml index c3d08de1e6f..ef7762e46c4 100644 --- a/etc/backports_required_for_multiversion_tests.yml +++ b/etc/backports_required_for_multiversion_tests.yml @@ -286,6 +286,10 @@ last-continuous: test_file: jstests/sharding/move_chunk_interrupt_postimage.js - ticket: SERVER-64741 test_file: jstests/sharding/append_oplog_note_mongos.js + - ticket: SERVER-68556 + test_file: jstests/core/txns/txn_ops_allowed_on_buckets_coll.js + - ticket: SERVER-68556 + test_file: jstests/core/txns/no_writes_to_system_collections_in_txn.js # Tests that should only be excluded from particular suites should be listed under that suite. suites: @@ -705,6 +709,11 @@ last-lts: test_file: jstests/sharding/move_chunk_interrupt_postimage.js - ticket: SERVER-64741 test_file: jstests/sharding/append_oplog_note_mongos.js + - ticket: SERVER-68556 + test_file: jstests/core/txns/txn_ops_allowed_on_buckets_coll.js + - ticket: SERVER-68556 + test_file: jstests/core/txns/no_writes_to_system_collections_in_txn.js + # Tests that should only be excluded from particular suites should be listed under that suite. suites: |