diff options
author | Jordi Serra Torrens <jordi.serra-torrens@mongodb.com> | 2021-05-12 08:25:58 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-05-17 07:59:21 +0000 |
commit | 98b60eb0d7a1f7d46415a358378fef1e862d3d32 (patch) | |
tree | 54121f0df876da60e910389b4eb68d6d09b384fa /etc | |
parent | d635bacee7b78167a40967f7a47ecd71ba68a010 (diff) | |
download | mongo-98b60eb0d7a1f7d46415a358378fef1e862d3d32.tar.gz |
SERVER-55111 When using a nested shard key, a delete in a txn to a chunk that has moved is not throwing MigrationConflict
Diffstat (limited to 'etc')
-rw-r--r-- | etc/backports_required_for_multiversion_tests.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/backports_required_for_multiversion_tests.yml b/etc/backports_required_for_multiversion_tests.yml index c07a35dcfff..aa4c327c15f 100644 --- a/etc/backports_required_for_multiversion_tests.yml +++ b/etc/backports_required_for_multiversion_tests.yml @@ -142,6 +142,8 @@ all: test_file: jstests/core/sort_spill_estimate_data_size.js - ticket: SERVER-56772 test_file: jstests/concurrency/fsm_workloads/collmod_writeconflict.js + - ticket: SERVER-55111 + test_file: jstests/sharding/transactions_reject_writes_for_moved_chunks.js # Tests that should only be excluded from particular suites should be listed under that suite. suites: |