mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-29 00:32:18 +01:00
20 lines
501 B
YAML
20 lines
501 B
YAML
selector:
|
|
js_test:
|
|
roots:
|
|
- jstests/sharding/*.js
|
|
- jstests/sharding/sync_cluster_config/*.js
|
|
exclude_files:
|
|
- jstests/sharding/conf_server_write_concern.js # SERVER-20817
|
|
- jstests/sharding/csrs_upgrade.js # SERVER-20694
|
|
- jstests/sharding/csrs_upgrade_during_migrate.js # SERVER-20580
|
|
|
|
executor:
|
|
js_test:
|
|
config:
|
|
shell_options:
|
|
global_vars:
|
|
TestData:
|
|
useLegacyConfigServers: true
|
|
nodb: ''
|
|
readMode: commands
|