blob: 54021acd2b5ca6af70def137372a0165e71b8d4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
selector:
js_test:
roots:
- jstests/sharding/*.js
- jstests/sharding/sync_cluster_config/*.js
exclude_files:
- 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
|