summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/core_map_reduce_agg.yaml
blob: aa403c4b48dfeb796dfc649d8b7596aced123715 (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
32
33
34
35
36
37
38
39
40
41
# This suite spawns a mongod with the parameter 'internalQueryUseAggMapReduce' set to true to
# direct mapReduce commands to the new aggregation implementation.
test_kind: js_test

selector:
  roots:
  - jstests/core/commands_namespace_parsing.js
  - jstests/core/map_reduce_validation.js
  - jstests/core/mr_index.js
  - jstests/core/mr_index2.js
  - jstests/core/mr_merge2.js
  - jstests/core/mr_mutable_properties.js
  - jstests/core/mr_outreduce.js
  - jstests/core/mr_outreduce2.js
  - jstests/core/mr_sort.js
  - jstests/core/mr_tolerates_js_exception.js
  - jstests/core/mr_undef.js
  - jstests/core/mr4.js
  - jstests/core/mr5.js

executor:
  archive:
    hooks:
      - ValidateCollections
  config:
    shell_options:
      readMode: commands
  hooks:
  - class: ValidateCollections
    shell_options:
      global_vars:
        TestData:
          skipValidationOnNamespaceNotFound: false
  - class: CleanEveryN
    n: 20
  fixture:
    class: MongoDFixture
    mongod_options:
      set_parameters:
        enableTestCommands: 1
        internalQueryUseAggMapReduce: true