summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorMihai Andrei <mihai.andrei@10gen.com>2022-05-16 18:26:54 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-05-16 19:53:36 +0000
commit40109e237a0ffaf41d26b5465920d12bc6a3f304 (patch)
tree1622174e485aba3ee9a8810bc8191291bd4b4bd8 /buildscripts
parent7bd0bb1a99e1a4b1d596a2c834f46067482e8fb3 (diff)
downloadmongo-40109e237a0ffaf41d26b5465920d12bc6a3f304.tar.gz
SERVER-66445 Make the classic engine the default execution engine
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/clustered_collection_passthrough.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/resmokeconfig/suites/clustered_collection_passthrough.yml b/buildscripts/resmokeconfig/suites/clustered_collection_passthrough.yml
index e52a1a9d0a4..d1ce985bcdf 100644
--- a/buildscripts/resmokeconfig/suites/clustered_collection_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/clustered_collection_passthrough.yml
@@ -92,6 +92,6 @@ executor:
set_parameters:
enableTestCommands: 1
# SBE is not compatible with clustered collections
- internalQueryForceClassicEngine: 1
+ internalQueryEnableSlotBasedExecutionEngine: 0
failpoint.clusterAllCollectionsByDefault: "{mode: 'alwaysOn'}"
num_nodes: 2