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.
24 lines
560 B
YAML
24 lines
560 B
YAML
# Section that is ignored by resmoke.py.
|
|
config_variables:
|
|
- &keyFile src/mongo/db/modules/enterprise/jstests/encryptdb/libs/ekf2
|
|
|
|
selector:
|
|
js_test:
|
|
roots:
|
|
- jstests/sharding/*.js
|
|
exclude_files:
|
|
# TODO: Enable when SERVER-22672 is complete
|
|
- jstests/sharding/balancer_window.js
|
|
- jstests/sharding/printShardingStatus.js
|
|
|
|
executor:
|
|
js_test:
|
|
config:
|
|
shell_options:
|
|
nodb: ''
|
|
global_vars:
|
|
TestData:
|
|
enableEncryption: ''
|
|
encryptionKeyFile: *keyFile
|
|
readMode: commands
|