mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-28 07:59:02 +01:00
22 lines
369 B
YAML
22 lines
369 B
YAML
selector:
|
|
js_test:
|
|
roots:
|
|
- jstestfuzz/out/*.js
|
|
|
|
executor:
|
|
js_test:
|
|
config:
|
|
shell_options:
|
|
readMode: commands
|
|
hooks:
|
|
- class: ValidateCollections
|
|
fixture:
|
|
class: MongoDFixture
|
|
mongod_options:
|
|
noprealloc: ''
|
|
set_parameters:
|
|
enableTestCommands: 1
|
|
smallfiles: ''
|
|
verbose: ''
|
|
|