summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/aggregation_sharded_collections_passthrough.yml
blob: c5b76c31ef53bbbff3752997c3ed9f721cc0cc8f (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
42
43
44
45
46
47
48
49
50
51
52
53
54
selector:
  js_test:
    roots:
    - jstests/aggregation/*.js
    - jstests/aggregation/bugs/*.js
    - jstests/aggregation/expressions/*.js
    - jstests/aggregation/sources/*/*.js
    exclude_files:
    # The following tests start their own ShardingTest.
    - jstests/aggregation/bugs/server6118.js
    - jstests/aggregation/bugs/server6179.js
    - jstests/aggregation/bugs/server7781.js
    - jstests/aggregation/mongos_slaveok.js
    - jstests/aggregation/sources/addFields/use_cases.js
    - jstests/aggregation/sources/addFields/weather.js
    - jstests/aggregation/sources/facet/use_cases.js
    - jstests/aggregation/sources/graphLookup/sharded.js
    - jstests/aggregation/sources/lookup/lookup.js
    - jstests/aggregation/sources/replaceRoot/address.js
    - jstests/aggregation/testshard1.js
    # The following tests start their own ReplSetTest.
    - jstests/aggregation/testSlave.js
    # The following tests start their own mongod.
    - jstests/aggregation/bugs/cursor_timeout.js
    - jstests/aggregation/bugs/lookup_unwind_getmore.js
    - jstests/aggregation/bugs/lookup_unwind_killcursor.js
    # The following tests assume that accessed collections are unsharded.
    - jstests/aggregation/sources/lookup/lookup_absorb_match.js

executor:
  js_test:
    archive:
      hooks:
        - CheckReplDBHash
        - ValidateCollections
    config:
      shell_options:
        readMode: commands
        eval: load("jstests/libs/override_methods/implicitly_shard_accessed_collections.js")
    hooks:
    - class: CheckReplDBHash
    - class: ValidateCollections
    - class: CleanEveryN
      n: 20
    fixture:
      class: ShardedClusterFixture
      mongos_options:
        set_parameters:
          enableTestCommands: 1
      mongod_options:
        nopreallocj: ''
        set_parameters:
          enableTestCommands: 1
          numInitialSyncAttempts: 1