summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorJustin Seyster <justin.seyster@mongodb.com>2020-08-06 14:22:37 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-08-19 01:15:18 +0000
commit14dc7f9b363d7fe9010d7ae5189e7a1132722cf2 (patch)
treeefca3e9f66108ebb544ac7696853c7e98f58a48c /buildscripts
parent6ffbf7c475ee34575a632040b70a6a20aa13cb4a (diff)
downloadmongo-14dc7f9b363d7fe9010d7ae5189e7a1132722cf2.tar.gz
SERVER-49227 Add aggregation_slot_based_execution suite
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/aggregation_sbe.yml29
1 files changed, 29 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/aggregation_sbe.yml b/buildscripts/resmokeconfig/suites/aggregation_sbe.yml
new file mode 100644
index 00000000000..49543aa5cac
--- /dev/null
+++ b/buildscripts/resmokeconfig/suites/aggregation_sbe.yml
@@ -0,0 +1,29 @@
+test_kind: js_test
+
+selector:
+ roots:
+ - jstests/aggregation/**/*.js
+ exclude_files:
+ - jstests/aggregation/extras/*.js
+ - jstests/aggregation/data/*.js
+ exclude_with_any_tags:
+ - sbe_incompatible
+
+executor:
+ archive:
+ hooks:
+ - ValidateCollections
+ config:
+ shell_options:
+ readMode: commands
+ eval: load("jstests/libs/override_methods/detect_spawning_own_mongod.js");
+ hooks:
+ - class: ValidateCollections
+ - class: CleanEveryN
+ n: 20
+ fixture:
+ class: MongoDFixture
+ mongod_options:
+ set_parameters:
+ enableTestCommands: 1
+ internalQueryEnableSlotBasedExecutionEngine: true