blob: fd8a5fd54b17ff3cbfd997a8ed3568ed0729b73c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
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
|