From 7ed364e8922e42822c2d1bc2e41a66159eb7ddcb Mon Sep 17 00:00:00 2001 From: Mihai Andrei Date: Tue, 17 May 2022 02:12:58 +0000 Subject: SERVER-66445 Make the classic engine the default execution engine (cherry picked from commit 40109e237a0ffaf41d26b5465920d12bc6a3f304) --- buildscripts/resmokeconfig/suites/clustered_collection_passthrough.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildscripts') diff --git a/buildscripts/resmokeconfig/suites/clustered_collection_passthrough.yml b/buildscripts/resmokeconfig/suites/clustered_collection_passthrough.yml index cb9f747aebb..b793210cb52 100644 --- a/buildscripts/resmokeconfig/suites/clustered_collection_passthrough.yml +++ b/buildscripts/resmokeconfig/suites/clustered_collection_passthrough.yml @@ -91,6 +91,6 @@ executor: set_parameters: enableTestCommands: 1 # SBE is not compatible with clustered collections - internalQueryForceClassicEngine: 1 + internalQueryEnableSlotBasedExecutionEngine: 0 failpoint.clusterAllCollectionsByDefault: "{mode: 'alwaysOn'}" num_nodes: 2 -- cgit v1.2.1