mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-24 16:46:00 +01:00
24 lines
448 B
YAML
24 lines
448 B
YAML
selector:
|
|
js_test:
|
|
roots:
|
|
- jstestfuzz/out/*.js
|
|
|
|
executor:
|
|
js_test:
|
|
config:
|
|
shell_options:
|
|
readMode: commands
|
|
hooks:
|
|
- class: ValidateCollections
|
|
fixture:
|
|
class: ShardedClusterFixture
|
|
mongos_options:
|
|
set_parameters:
|
|
enableTestCommands: 1
|
|
verbose: ''
|
|
mongod_options:
|
|
set_parameters:
|
|
enableTestCommands: 1
|
|
verbose: ''
|
|
num_shards: 2
|