summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorMihai Andrei <mihai.andrei@10gen.com>2022-05-19 20:14:21 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-05-19 20:40:23 +0000
commit66be073ec06cacf4ee61c5e48cda65de791e533b (patch)
tree2a345b670654dcc36e9b526339910be86ef99fcf /buildscripts
parent783b48a1d1b342b5fc9e7eade536c6f12c1f50dd (diff)
downloadmongo-66be073ec06cacf4ee61c5e48cda65de791e533b.tar.gz
SERVER-66551 Rename internalQueryEnableSlotBasedExecutionEngine back to internalQueryForceClassicEngine
(cherry picked from commit 89945d5b9581f1baadc78a46fd87a07c090d053c)
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 b793210cb52..cb9f747aebb 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
- internalQueryEnableSlotBasedExecutionEngine: 0
+ internalQueryForceClassicEngine: 1
failpoint.clusterAllCollectionsByDefault: "{mode: 'alwaysOn'}"
num_nodes: 2