summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMindaugas Malinauskas <mindaugas.malinauskas@mongodb.com>2020-09-24 09:55:23 +0100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-10-04 19:18:49 +0000
commitfe46f2f99b66675fe40228a8964b0b3c1e223c30 (patch)
tree6d4a468c458de7b8087d92cc710a619a082cb130 /etc
parentc9cb7ecc844b1ea3b14db4afcb8edaedb5a337ce (diff)
downloadmongo-fe46f2f99b66675fe40228a8964b0b3c1e223c30.tar.gz
SERVER-51120 Find queries with MERGE_SORT incorrectly sort the results when the collation is specified
(cherry picked from commit eee7fb8f2c6da144e9d4c3df7887a5ec167f3a6f)
Diffstat (limited to 'etc')
-rw-r--r--etc/backports_required_for_multiversion_tests.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/backports_required_for_multiversion_tests.yml b/etc/backports_required_for_multiversion_tests.yml
index bd364a99373..6e6bcc7965c 100644
--- a/etc/backports_required_for_multiversion_tests.yml
+++ b/etc/backports_required_for_multiversion_tests.yml
@@ -31,8 +31,8 @@ all:
test_file: jstests/core/geo_near_tailable.js
- ticket: SERVER-48614
test_file: jstests/core/wildcard_index_partial_index.js
- - ticket: SERVER-48993
- test_file: jstests/core/explode_for_sort_collation.js
+ - ticket: SERVER-51120
+ test_file: jstests/core/merge_sort_collation.js
- ticket: SERVER-42825
test_file: jstests/replsets/kill_reads_with_prepare_conflicts_during_step_down.js
- ticket: SERVER-42825