0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-28 07:59:02 +01:00
mongodb/buildscripts/resmokeconfig/suites/aggregation_ese.yml
2016-05-04 09:54:45 -04:00

33 lines
824 B
YAML

# 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