diff options
author | Max Hirschhorn <max.hirschhorn@mongodb.com> | 2021-09-20 16:35:31 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-09-20 17:18:55 +0000 |
commit | 5416f255ad1864bfce2507586dcba3f015e21ff6 (patch) | |
tree | 3c1088df0467e2c65c07077c6644e86407f41197 /etc | |
parent | edaf68c7ea98726e4cf02347c7d7930aa5d64c53 (diff) | |
download | mongo-5416f255ad1864bfce2507586dcba3f015e21ff6.tar.gz |
SERVER-59057 Skip enforcing fast count for some config collections.
Neither config.transactions nor config.image_collection are guaranteed
to have an accurate fast count when coming out of replication rollback.
(cherry picked from commit 4efd59b012ae433cd49444075bffa3dc7bb0e88b)
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 24e70cf354f..3e2172bcf33 100644 --- a/etc/backports_required_for_multiversion_tests.yml +++ b/etc/backports_required_for_multiversion_tests.yml @@ -42,6 +42,8 @@ last-continuous: test_file: jstests/replsets/tenant_migration_retryable_write_retry_on_recipient.js - ticket: SERVER-57617 test_file: jstests/replsets/tenant_migration_find_and_modify_retry.js + - ticket: SERVER-59057 + test_file: jstests/replsets/rollback_transaction_table.js # Tests that should only be excluded from particular suites should be listed under that suite. suites: @@ -234,6 +236,8 @@ last-lts: test_file: jstests/replsets/tenant_migration_find_and_modify_retry.js - ticket: SERVER-57321 test_file: jstests/core/mod_special_values.js + - ticket: SERVER-59057 + test_file: jstests/replsets/rollback_transaction_table.js # Tests that should only be excluded from particular suites should be listed under that suite. suites: |