diff options
author | Daniel Gottlieb <daniel.gottlieb@mongodb.com> | 2021-05-27 11:52:03 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-05-27 16:12:08 +0000 |
commit | 8d4529b46f39ed8c92a79870b91f32e0a996e3cf (patch) | |
tree | a0f734dae91b578a778d703898602e9acfbf1dd0 /etc | |
parent | 3a48403f63ed65e076e0cd44cccf0f89123f8e86 (diff) | |
download | mongo-8d4529b46f39ed8c92a79870b91f32e0a996e3cf.tar.gz |
SERVER-56377: Add `findAndModify_flip_location.js` to backports required for multiversion tests file.
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 398efd0b006..22c87af49ee 100644 --- a/etc/backports_required_for_multiversion_tests.yml +++ b/etc/backports_required_for_multiversion_tests.yml @@ -152,6 +152,8 @@ all: test_file: jstests/sharding/move_chunk_find_and_modify_with_write_retryability.js - ticket: SERVER-57117 test_file: jstests/sharding/read_pref_with_hedging_mode.js + - ticket: SERVER-56377 + test_file: jstests/concurrency/fsm_workloads/findAndModify_flip_location.js # Tests that should only be excluded from particular suites should be listed under that suite. suites: |