mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-28 07:59:02 +01:00
118a4ccdc2
and snappy compressor
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
|