summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Boros <ian.boros@mongodb.com>2023-01-09 19:04:47 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-01-09 19:38:42 +0000
commitd07d44357f54f59c6f2196b7006ba8059c1e5a0f (patch)
treeae8b1e4e262bf69e6e6ab59b927e63044188c22d
parent971761c5670303bad903da214f20077dcb484e69 (diff)
downloadmongo-d07d44357f54f59c6f2196b7006ba8059c1e5a0f.tar.gz
SERVER-72636 Ban tests that set up CSI from parallel tests
-rw-r--r--jstests/libs/parallelTester.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/jstests/libs/parallelTester.js b/jstests/libs/parallelTester.js
index dc164fea4d0..70eed46cd7b 100644
--- a/jstests/libs/parallelTester.js
+++ b/jstests/libs/parallelTester.js
@@ -256,6 +256,19 @@ if (typeof _threadInject != "undefined") {
// TODO (SERVER-63228): Remove this exclusion once the feature flag is enabled by
// default.
"timeseries/timeseries_index_ttl_partial.js",
+
+ // TODO SERVER-72447: Avoid this.
+ "column_scan_skip_row_store_projection.js",
+ "column_store_index_compression.js",
+ "columnstore_eligibility.js",
+ "columnstore_index.js",
+ "columnstore_index_correctness.js",
+ "columnstore_index_per_path_filters.js",
+ "columnstore_large_array_index_correctness.js",
+ "columnstore_validindex.js",
+ "hidden_index.js",
+ "null_query_semantics.js",
+ "projection_semantics.js",
]);
// Get files, including files in subdirectories.