0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-25 00:58:53 +01:00
mongodb/buildscripts/resmokeconfig/suites/disk.yml

26 lines
507 B
YAML

selector:
js_test:
roots:
- jstests/disk/*.js
exclude_files:
- jstests/disk/repair2.js # SERVER-18256
executor:
js_test:
config:
shell_options:
global_vars:
TestData:
storageEngine: mmapv1
readMode: commands
hooks:
- class: ValidateCollections
- class: CleanEveryN
n: 20
fixture:
class: MongoDFixture
mongod_options:
set_parameters:
enableTestCommands: 1
storageEngine: mmapv1