summaryrefslogtreecommitdiff
path: root/jstests/sharding/query/collation_targeting.js
diff options
context:
space:
mode:
authorJason Zhang <jason.zhang@mongodb.com>2021-04-29 19:46:57 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-06-30 22:09:03 +0000
commitc7dfb6bd1e3cbb6862c8189d2300943b02e5c494 (patch)
tree5907f01991425fde6c4de7a80812de2d761259b1 /jstests/sharding/query/collation_targeting.js
parent11804e1aa48e88ebd65a11eb81f069ebae23ef7b (diff)
downloadmongo-c7dfb6bd1e3cbb6862c8189d2300943b02e5c494.tar.gz
SERVER-53335 Queries, updates, and deletes with non-"simple" collations may miss documents when using hashed sharding
Diffstat (limited to 'jstests/sharding/query/collation_targeting.js')
-rw-r--r--jstests/sharding/query/collation_targeting.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/jstests/sharding/query/collation_targeting.js b/jstests/sharding/query/collation_targeting.js
index b8172065f19..0883d18c430 100644
--- a/jstests/sharding/query/collation_targeting.js
+++ b/jstests/sharding/query/collation_targeting.js
@@ -2,9 +2,6 @@
(function() {
"use strict";
-// Shard key index has collation, which is not compatible with $min/$max
-TestData.skipCheckOrphans = true;
-
const caseInsensitive = {
locale: "en_US",
strength: 2