mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-25 00:58:53 +01:00
34e784dd13
This commit is identical to a1253a94b8
.
23 lines
464 B
YAML
23 lines
464 B
YAML
selector:
|
|
js_test:
|
|
roots:
|
|
- jstests/aggregation/*.js
|
|
- jstests/aggregation/bugs/*.js
|
|
- jstests/aggregation/expressions/*.js
|
|
- jstests/aggregation/sources/*/*.js
|
|
|
|
executor:
|
|
js_test:
|
|
config:
|
|
shell_options:
|
|
readMode: commands
|
|
hooks:
|
|
- class: ValidateCollections
|
|
- class: CleanEveryN
|
|
n: 20
|
|
fixture:
|
|
class: MongoDFixture
|
|
mongod_options:
|
|
set_parameters:
|
|
enableTestCommands: 1
|