summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/aggregation_ese.yml
blob: 395a8a378983e976de64fcf33f076ec3b6105f48 (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
# Section that is ignored by resmoke.py.
config_variables:
- &keyFile src/mongo/db/modules/enterprise/jstests/encryptdb/libs/ekf2

selector:
  js_test:
    roots:
    - jstests/aggregation/*.js
    - jstests/aggregation/bugs/*.js
    - jstests/aggregation/expressions/*.js
    - jstests/aggregation/sources/*/*.js
    - src/mongo/db/modules/*/jstests/aggregation/*.js
    exclude_files:
    # Skip any tests that run with auth explicitly.
    - jstests/aggregation/*[aA]uth*.js

executor:
  js_test:
    config:
      shell_options:
        readMode: commands
    hooks:
    - class: ValidateCollections
    - class: CleanEveryN
      n: 20
    fixture:
      class: MongoDFixture
      mongod_options:
        enableEncryption: ''
        encryptionKeyFile: *keyFile
        set_parameters:
          enableTestCommands: 1