mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-28 07:59:02 +01:00
34e784dd13
This commit is identical to a1253a94b8
.
33 lines
824 B
YAML
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
|