mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-28 07:59:02 +01:00
23 lines
479 B
YAML
23 lines
479 B
YAML
selector:
|
|
js_test:
|
|
roots:
|
|
- jstests/noPassthroughWithMongod/*.js
|
|
exclude_files:
|
|
# Disable reconfigwt.js until WT-2812 is fixed.
|
|
- jstests/noPassthroughWithMongod/reconfigwt.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
|