summaryrefslogtreecommitdiff
path: root/jstests/core/sbe
diff options
context:
space:
mode:
authorAnton Korshunov <anton.korshunov@mongodb.com>2022-08-08 10:45:38 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-08 11:13:58 +0000
commit456492c375df63bda03a932e97e0257b903e1bbc (patch)
treea30570df91f58a1d601a8ca4077762ca80032ae2 /jstests/core/sbe
parenta991cb3acda4661190cc786d0217403f10aee11d (diff)
downloadmongo-456492c375df63bda03a932e97e0257b903e1bbc.tar.gz
SERVER-68527 Robustify sbe plan cache tests for multiversion suites
Diffstat (limited to 'jstests/core/sbe')
-rw-r--r--jstests/core/sbe/plan_cache_sbe_with_or_queries.js2
1 files changed, 1 insertions, 1 deletions
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 a529af6e23c..46d5e720c79 100644
--- a/jstests/core/sbe/plan_cache_sbe_with_or_queries.js
+++ b/jstests/core/sbe/plan_cache_sbe_with_or_queries.js
@@ -16,7 +16,7 @@
load("jstests/libs/analyze_plan.js");
load("jstests/libs/sbe_util.js"); // For checkSBEEnabled.
-if (!checkSBEEnabled(db, ["featureFlagSbeFull"])) {
+if (!checkSBEEnabled(db, ["featureFlagSbeFull"], true /* checkAllNodes */)) {
jsTest.log("Skip running the test because SBE is not enabled");
return;
}