mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-28 16:24:56 +01:00
18 lines
380 B
YAML
18 lines
380 B
YAML
|
selector:
|
||
|
js_test:
|
||
|
roots:
|
||
|
- jstests/replsets/*.js
|
||
|
exclude_files:
|
||
|
# Disable config_server_checks.js since it starts mmap servers.
|
||
|
- jstests/replsets/config_server_checks.js
|
||
|
|
||
|
executor:
|
||
|
js_test:
|
||
|
config:
|
||
|
shell_options:
|
||
|
nodb: ''
|
||
|
global_vars:
|
||
|
TestData:
|
||
|
networkMessageCompressors: snappy
|
||
|
readMode: commands
|