Files
mongo/buildscripts/resmokeconfig/suites/parallel.yml
Jonathan Abrahams 702b31eb1e SERVER-33193 Enable test failure archive for specific tasks and hooks
- The archive is now enabled for all data consistency checks
2018-02-12 09:27:59 -05:00

23 lines
361 B
YAML

test_kind: js_test
selector:
roots:
- jstests/parallel/*.js
executor:
archive:
hooks:
- ValidateCollections
config:
shell_options:
readMode: commands
hooks:
- class: ValidateCollections
- class: CleanEveryN
n: 20
fixture:
class: MongoDFixture
mongod_options:
set_parameters:
enableTestCommands: 1