summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorColin Stolley <colin.stolley@mongodb.com>2022-11-07 21:49:51 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-11-07 22:18:41 +0000
commit52155ea4e28f7b2bc29fab57fbdc948a145ac3aa (patch)
tree283e4a9cae17b6b47b6d7e344c8035c9d5434fd5 /buildscripts
parent930de0e03e37db5e39b7bec061419233658c1a9b (diff)
downloadmongo-52155ea4e28f7b2bc29fab57fbdc948a145ac3aa.tar.gz
SERVER-70778: Enable compact on column store tests.
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/core_column_store_indexes.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/buildscripts/resmokeconfig/suites/core_column_store_indexes.yml b/buildscripts/resmokeconfig/suites/core_column_store_indexes.yml
index 1cb59b2061f..574498413ba 100644
--- a/buildscripts/resmokeconfig/suites/core_column_store_indexes.yml
+++ b/buildscripts/resmokeconfig/suites/core_column_store_indexes.yml
@@ -20,8 +20,6 @@ selector:
- tests_projection_field_order
# Avoid creating a double index.
- uses_column_store_index
- # TODO SERVER-65980 compact is not supported on column store indexes yet.
- - uses_compact
# The rename command is not compatibile with auto-created indexes since it will try to copy over
# existing indexes and get an error for a duplicate index.
- uses_rename