summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/causally_consistent_hedged_reads_jscore_passthrough.yml
diff options
context:
space:
mode:
authorTimour Katchaounov <timour.katchaounov@mongodb.com>2021-03-21 19:11:40 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-05-10 20:41:28 +0000
commit2f73b66d3cd004e0110bbee47151b75c7fc0791f (patch)
treed8a4926fe8cfac15aad840af0ce3373df66d9a59 /buildscripts/resmokeconfig/suites/causally_consistent_hedged_reads_jscore_passthrough.yml
parentf3dbbebb303be094a563989f086cbf35e61e1b69 (diff)
downloadmongo-2f73b66d3cd004e0110bbee47151b75c7fc0791f.tar.gz
SERVER-34012 Planner's logic for taking union of index bounds intervals is slow for large $or queries
Implement a rewrite of single-path ORs into IN-lists.
Diffstat (limited to 'buildscripts/resmokeconfig/suites/causally_consistent_hedged_reads_jscore_passthrough.yml')
-rw-r--r--buildscripts/resmokeconfig/suites/causally_consistent_hedged_reads_jscore_passthrough.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/causally_consistent_hedged_reads_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/causally_consistent_hedged_reads_jscore_passthrough.yml
index ee6b4901fd6..571eaea8e20 100644
--- a/buildscripts/resmokeconfig/suites/causally_consistent_hedged_reads_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/causally_consistent_hedged_reads_jscore_passthrough.yml
@@ -31,6 +31,7 @@ selector:
- jstests/core/geo_s2explain.js # inputStage in different spot in explain().
- jstests/core/geo_s2sparse.js # keysPerIndex in different spot in validate().
- jstests/core/killop_drop_collection.js # Uses fsyncLock.
+ - jstests/core/or_to_in.js # queryPlanner in different spot in explain()
# Tests that need triaging & remediation | blacklist decision
# Comments list possible problem point under review.
- jstests/core/stages_delete.js # Uses stageDebug command for deletes.