summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorCharlie Swanson <cswanson310@gmail.com>2016-08-29 17:09:28 -0400
committerCharlie Swanson <cswanson310@gmail.com>2016-09-12 16:55:21 -0400
commit07e0d1ef934e54dc2d1df54b6f97a521b212b87d (patch)
treefa67d1d02e216f675afe9729e3e08d218a025816 /buildscripts
parent8383c8731ba18b8443e424783c5aa63a8aed9202 (diff)
downloadmongo-07e0d1ef934e54dc2d1df54b6f97a521b212b87d.tar.gz
SERVER-25757 Add a $facet passthrough aggregation suite.
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/aggregation_facet_unwind_passthrough.yml25
1 files changed, 25 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/aggregation_facet_unwind_passthrough.yml b/buildscripts/resmokeconfig/suites/aggregation_facet_unwind_passthrough.yml
new file mode 100644
index 00000000000..02b5e483b17
--- /dev/null
+++ b/buildscripts/resmokeconfig/suites/aggregation_facet_unwind_passthrough.yml
@@ -0,0 +1,25 @@
+selector:
+ js_test:
+ roots:
+ - jstests/aggregation/*.js
+ - jstests/aggregation/bugs/*.js
+ - jstests/aggregation/expressions/*.js
+ - jstests/aggregation/sources/*/*.js
+ exclude_with_any_tags:
+ - do_not_wrap_aggregations_in_facets
+
+executor:
+ js_test:
+ config:
+ shell_options:
+ readMode: commands
+ eval: load("jstests/libs/override_methods/implicitly_wrap_pipelines_in_facets.js");
+ hooks:
+ - class: ValidateCollections
+ - class: CleanEveryN
+ n: 20
+ fixture:
+ class: MongoDFixture
+ mongod_options:
+ set_parameters:
+ enableTestCommands: 1