summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorCharlie Swanson <charlie.swanson@mongodb.com>2022-08-16 19:53:04 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-16 21:53:42 +0000
commit39e4b0c6ac51e8127c2afdaf7cc39742df6df5e1 (patch)
treeb2c16235af0a337eef16841ab4f8a1dd72743567 /buildscripts
parent5e77e5fbd3871c65ee20ade0a0cf1410c6b47a9c (diff)
downloadmongo-39e4b0c6ac51e8127c2afdaf7cc39742df6df5e1.tar.gz
SERVER-67264 Avoid COLUMN_SCAN if query needs overlapping fields
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/aggregation_column_store_index_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/core_column_store_indexes.yml5
2 files changed, 0 insertions, 7 deletions
diff --git a/buildscripts/resmokeconfig/suites/aggregation_column_store_index_passthrough.yml b/buildscripts/resmokeconfig/suites/aggregation_column_store_index_passthrough.yml
index 2afd7f73e36..d89b950f364 100644
--- a/buildscripts/resmokeconfig/suites/aggregation_column_store_index_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/aggregation_column_store_index_passthrough.yml
@@ -9,8 +9,6 @@ selector:
exclude_files:
- jstests/aggregation/extras/*.js
- jstests/aggregation/data/*.js
- # TODO SERVER-67264 there is a bug in projecting "a" and matching on "a.b".
- - jstests/aggregation/bugs/match.js
exclude_with_any_tags:
- assumes_no_implicit_index_creation
diff --git a/buildscripts/resmokeconfig/suites/core_column_store_indexes.yml b/buildscripts/resmokeconfig/suites/core_column_store_indexes.yml
index 2cc1f99df1e..5a12a98bfba 100644
--- a/buildscripts/resmokeconfig/suites/core_column_store_indexes.yml
+++ b/buildscripts/resmokeconfig/suites/core_column_store_indexes.yml
@@ -6,11 +6,6 @@ selector:
- jstests/fle2/**/*.js
- src/mongo/db/modules/*/jstests/fle2/*.js
exclude_files:
- # TODO SERVER-67264 there is a bug in projecting "a" and matching on "a.b".
- - jstests/core/sort_dotted_paths.js
- - jstests/core/sort_dotted_paths_collation.js
- - jstests/core/computed_projections.js
- - jstests/core/null_query_semantics.js
# TODO SERVER-67363 $indexStats double-increments top counters, which makes our overriden
# 'getIndexes()' implementation (based on $indexStats) visible to the test.
- jstests/core/top.js