summaryrefslogtreecommitdiff
path: root/jstests/core/sbe
diff options
context:
space:
mode:
authorHana Pearlman <hana.pearlman@mongodb.com>2022-11-14 15:14:24 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-11-14 15:44:18 +0000
commit31f5c4c0dc92f1bc3dd7b4a9f2613cfabf070e35 (patch)
tree552ccfaa62a2d47ab7a10a3033858e8f08acbe72 /jstests/core/sbe
parent868c7cb0a72c4f3e69d8ec2466000a6e6db5322b (diff)
downloadmongo-31f5c4c0dc92f1bc3dd7b4a9f2613cfabf070e35.tar.gz
SERVER-66954: Introduce a new build variant which enables CQF
Diffstat (limited to 'jstests/core/sbe')
-rw-r--r--jstests/core/sbe/from_plan_cache_flag.js4
-rw-r--r--jstests/core/sbe/plan_cache_sbe_with_or_queries.js2
2 files changed, 5 insertions, 1 deletions
diff --git a/jstests/core/sbe/from_plan_cache_flag.js b/jstests/core/sbe/from_plan_cache_flag.js
index e9da57ea249..675578b0d4b 100644
--- a/jstests/core/sbe/from_plan_cache_flag.js
+++ b/jstests/core/sbe/from_plan_cache_flag.js
@@ -1,6 +1,8 @@
// @tags: [
// requires_profiling,
-// does_not_support_stepdowns
+// does_not_support_stepdowns,
+// # TODO SERVER-67607: Test plan cache with CQF enabled.
+// cqf_incompatible,
// ]
(function() {
"use strict";
diff --git a/jstests/core/sbe/plan_cache_sbe_with_or_queries.js b/jstests/core/sbe/plan_cache_sbe_with_or_queries.js
index bdf6e167397..a4c474c82bd 100644
--- a/jstests/core/sbe/plan_cache_sbe_with_or_queries.js
+++ b/jstests/core/sbe/plan_cache_sbe_with_or_queries.js
@@ -10,6 +10,8 @@
// requires_fcv_60,
// # Plan cache state is node-local and will not get migrated alongside tenant data.
// tenant_migration_incompatible,
+// # TODO SERVER-67607: Test plan cache with CQF enabled.
+// cqf_incompatible,
// ]
(function() {