blob: a5501e4ced0521f64b8c3ebcdc08a390b43087aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
selector:
js_test:
roots:
- jstests/slow2/*.js
exclude_files:
# Skip the passthrough test because it is run separately.
- jstests/slow2/sharding_jscore_passthrough.js
executor:
js_test:
hooks:
- class: CleanEveryN
n: 1
fixture:
class: MongoDFixture
mongod_options:
nopreallocj: ''
set_parameters:
enableTestCommands: 1
|