mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-24 16:46:00 +01:00
4c98927f26
This change moves the sharding balancer to run on the primary of the CSRS config server and removes it from the mongos instances.
16 lines
380 B
YAML
16 lines
380 B
YAML
selector:
|
|
js_test:
|
|
roots:
|
|
- jstests/multiVersion/*.js
|
|
exclude_files:
|
|
# TODO: SERVER-21578
|
|
- jstests/multiVersion/balancer_multiVersion_detect.js
|
|
|
|
# Multiversion tests start their own mongod's.
|
|
executor:
|
|
js_test:
|
|
config:
|
|
shell_options:
|
|
eval: "load('jstests/libs/override_methods/multiversion_override_balancer_control.js');"
|
|
nodb: ''
|