summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/aggregation_facet_unwind_passthrough.yml
blob: af620d448395bd6bc2b9672038184615d82ba164 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
test_kind: js_test

selector:
  roots:
  - jstests/aggregation/**/*.js
  exclude_files:
  - jstests/aggregation/extras/*.js
  - jstests/aggregation/data/*.js
  exclude_with_any_tags:
  - do_not_wrap_aggregations_in_facets

executor:
  archive:
    hooks:
      - ValidateCollections
  config:
    shell_options:
      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
        # This passthrough wraps entire query result sets in $facet. Allow a larger-than-normal
        # intermediate document size of 500MB in order to accommodate tests that have a large result
        # set.
        internalQueryFacetMaxOutputDocSizeBytes: 500000000