diff options
author | Nicholas Zolnierz <nicholas.zolnierz@mongodb.com> | 2023-02-13 16:34:03 -0500 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2023-02-14 18:06:56 +0000 |
commit | d19b8c60309c3a660a968ae8cf074aef92e1266d (patch) | |
tree | df14c2776f843aee57f147e75f408b587211564b /etc | |
parent | b468884bdea3f1f770e513855f2c02c2cb05e5bf (diff) | |
download | mongo-d19b8c60309c3a660a968ae8cf074aef92e1266d.tar.gz |
SERVER-68434 Fix plan cache key encoding to account for $or in partial index expression
(cherry picked from commit f15f2bf8958557b4e8fccc6e8e1c7c8c5834d209)
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 6b27b606b23..a0e84afa9f7 100644 --- a/etc/backports_required_for_multiversion_tests.yml +++ b/etc/backports_required_for_multiversion_tests.yml @@ -94,6 +94,8 @@ last-continuous: ticket: SERVER-71219 - test_file: jstests/sharding/timeseries_cluster_indexstats.js ticket: SERVER-72620 + - test_file: jstests/core/partial_index_logical.js + ticket: SERVER-68434 suites: change_streams_multiversion_passthrough: null change_streams_sharded_collections_multiversion_passthrough: null @@ -283,6 +285,8 @@ last-lts: ticket: SERVER-71219 - test_file: jstests/sharding/timeseries_cluster_indexstats.js ticket: SERVER-72620 + - test_file: jstests/core/partial_index_logical.js + ticket: SERVER-68434 suites: change_streams_multiversion_passthrough: null change_streams_sharded_collections_multiversion_passthrough: null |