diff options
author | David Storch <david.storch@mongodb.com> | 2022-05-03 23:17:45 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-05-04 18:11:43 +0000 |
commit | a616699c511fb395f3c0c6f53e705b306927a687 (patch) | |
tree | cc6a204210c02c149505bd5f744b1b4433135300 /etc | |
parent | 3c0df34e8a6a4c8f68428c2fbfb965f0b2e42e64 (diff) | |
download | mongo-a616699c511fb395f3c0c6f53e705b306927a687.tar.gz |
SERVER-64315 Re-enable caching of SBE plans when there is a single query solution
This reverts commit f8589f840c8fee60abc482d2d2c41979e356922a.
(cherry picked from commit f462237ac17a9c8a3e4a5a3fb6bbe6a966d4be85)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/backports_required_for_multiversion_tests.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/etc/backports_required_for_multiversion_tests.yml b/etc/backports_required_for_multiversion_tests.yml index 32348914edb..7cdf30437ca 100644 --- a/etc/backports_required_for_multiversion_tests.yml +++ b/etc/backports_required_for_multiversion_tests.yml @@ -206,6 +206,14 @@ last-continuous: test_file: jstests/replsets/capped_deletes.js - ticket: SERVER-65773 test_file: jstests/aggregation/agg_infinite_recursion.js + - ticket: SERVER-64315 + test_file: jstests/core/plan_cache_sbe.js + - ticket: SERVER-64315 + test_file: jstests/core/sbe/plan_cache_sbe_with_or_queries.js + - ticket: SERVER-64315 + test_file: jstests/core/sbe_plan_cache_autoparameterize_collscan.js + - ticket: SERVER-64315 + test_file: jstests/core/wildcard_index_cached_plans.js # Tests that should only be excluded from particular suites should be listed under that suite. suites: @@ -547,6 +555,14 @@ last-lts: test_file: jstests/replsets/capped_deletes.js - ticket: SERVER-65773 test_file: jstests/aggregation/agg_infinite_recursion.js + - ticket: SERVER-64315 + test_file: jstests/core/plan_cache_sbe.js + - ticket: SERVER-64315 + test_file: jstests/core/sbe/plan_cache_sbe_with_or_queries.js + - ticket: SERVER-64315 + test_file: jstests/core/sbe_plan_cache_autoparameterize_collscan.js + - ticket: SERVER-64315 + test_file: jstests/core/wildcard_index_cached_plans.js # Tests that should only be excluded from particular suites should be listed under that suite. suites: |