summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorArun Banala <arun.banala@mongodb.com>2022-12-28 13:32:46 -0800
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-01-06 21:12:42 +0000
commita836a299e8237824cdedc45080de97274a3fda40 (patch)
treeaefa43e715e923b107e4963cdfbce6b1622a206f /etc
parent97d4bde13eea095c5cbfab29b3abc906312005ef (diff)
downloadmongo-a836a299e8237824cdedc45080de97274a3fda40.tar.gz
SERVER-72416 Find and findAndModify commands' ExpressionContext should inherit collection level collation
(cherry picked from commit 8fb9a8b130995a379fa1943233e9b91816cebd34) (cherry picked from commit 48bce2f356dd7f1ba789fd0a8b965299041bec56)
Diffstat (limited to 'etc')
-rw-r--r--etc/backports_required_for_multiversion_tests.yml16
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 3a122e489b9..b264e0e45b5 100644
--- a/etc/backports_required_for_multiversion_tests.yml
+++ b/etc/backports_required_for_multiversion_tests.yml
@@ -88,6 +88,14 @@ last-continuous:
ticket: SERVER-68628
- test_file: jstests/sharding/move_chunk_interrupt_postimage.js
ticket: SERVER-68728
+ - test_file: jstests/core/project_with_collation.js
+ ticket: SERVER-72416
+ - test_file: jstests/core/collation.js
+ ticket: SERVER-72416
+ - test_file: jstests/core/or_to_in.js
+ ticket: SERVER-72416
+ - test_file: jstests/core/index_filter_collation.js
+ ticket: SERVER-72416
suites:
change_streams_multiversion_passthrough: null
change_streams_sharded_collections_multiversion_passthrough: null
@@ -273,6 +281,14 @@ last-lts:
ticket: SERVER-68628
- test_file: jstests/sharding/move_chunk_interrupt_postimage.js
ticket: SERVER-68728
+ - test_file: jstests/core/project_with_collation.js
+ ticket: SERVER-72416
+ - test_file: jstests/core/collation.js
+ ticket: SERVER-72416
+ - test_file: jstests/core/or_to_in.js
+ ticket: SERVER-72416
+ - test_file: jstests/core/index_filter_collation.js
+ ticket: SERVER-72416
suites:
change_streams_multiversion_passthrough: null
change_streams_sharded_collections_multiversion_passthrough: null