diff options
author | Bobby Morck <bobby.morck@mongodb.com> | 2021-09-25 17:34:13 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-10-14 21:45:20 +0000 |
commit | 6d8290297b563121037f8e9a9f2d37ec45ddb4bf (patch) | |
tree | dcab996f7ef6dc4d0bd4a0fc608bcb571495ea5f /etc | |
parent | ffededcdc670d83f4fdf5819f5ab1d9c5750c67c (diff) | |
download | mongo-6d8290297b563121037f8e9a9f2d37ec45ddb4bf.tar.gz |
SERVER-56127 Fixing retryable writes on update and delete commands to not execute more than once
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 04558db2995..c4bea5b638b 100644 --- a/etc/backports_required_for_multiversion_tests.yml +++ b/etc/backports_required_for_multiversion_tests.yml @@ -104,6 +104,8 @@ last-continuous: test_file: jstests/sharding/test_resharding_test_fixture_shutdown_retry_needed.js - ticket: SERVER-60567 test_file: jstests/core/sbe/sbe_cmd.js + - ticket: SERVER-56127 + test_file: jstests/sharding/retryable_writes_nested_shard_key.js # Tests that should only be excluded from particular suites should be listed under that suite. suites: @@ -368,6 +370,8 @@ last-lts: test_file: jstests/sharding/test_resharding_test_fixture_shutdown_retry_needed.js - ticket: SERVER-60567 test_file: jstests/core/sbe/sbe_cmd.js + - ticket: SERVER-56127 + test_file: jstests/sharding/retryable_writes_nested_shard_key.js # Tests that should only be excluded from particular suites should be listed under that suite. suites: |