You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/09/10 06:36:19 UTC

[shardingsphere] branch master updated (ae84b34 -> 04cef14)

This is an automated email from the ASF dual-hosted git repository.

zhangliang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.


    from ae84b34  Merge pull request #7375 from terrymanu/dev
     add 04cef14  Add test cases for GovernanceBootstrapInitializerTest (#7285) (#7338)

No new revisions were added by this update.

Summary of changes:
 .../fixture/FixtureConfigurationRepository.java    |   6 +-
 .../proxy/fixture/FixtureRegistryRepository.java   |   6 +-
 .../impl/GovernanceBootstrapInitializerTest.java   | 209 ++++++++++++++++++---
 ...vernance.repository.api.ConfigurationRepository |   2 +-
 ...re.governance.repository.api.RegistryRepository |   2 +-
 .../src/test/resources/conf/local/config-db.yaml   |  12 ++
 .../src/test/resources/conf/local/server.yaml      |  14 +-
 .../reg_center/config_center/authentication.yaml   |   9 +-
 .../reg_center/config_center/data-sources.yaml     |  42 +++--
 .../conf/reg_center/config_center/props.yaml       |   3 +-
 .../config_center/sharding-rule.yaml}              |  12 --
 .../src/test/resources/conf/reg_center/server.yaml |  10 +-
 12 files changed, 258 insertions(+), 69 deletions(-)
 copy shardingsphere-jdbc/shardingsphere-jdbc-governance/src/test/java/org/apache/shardingsphere/driver/governance/fixture/TestConfigurationRepository.java => shardingsphere-proxy/shardingsphere-proxy-bootstrap/src/test/java/org/apache/shardingsphere/proxy/fixture/FixtureConfigurationRepository.java (92%)
 copy shardingsphere-jdbc/shardingsphere-jdbc-governance/src/test/java/org/apache/shardingsphere/driver/governance/fixture/TestRegistryRepository.java => shardingsphere-proxy/shardingsphere-proxy-bootstrap/src/test/java/org/apache/shardingsphere/proxy/fixture/FixtureRegistryRepository.java (92%)
 copy {shardingsphere-governance/shardingsphere-governance-repository/shardingsphere-governance-repository-provider/shardingsphere-governance-repository-nacos/src/main => shardingsphere-proxy/shardingsphere-proxy-bootstrap/src/test}/resources/META-INF/services/org.apache.shardingsphere.governance.repository.api.ConfigurationRepository (91%)
 copy shardingsphere-features/shardingsphere-encrypt/shardingsphere-encrypt-common/src/main/resources/META-INF/services/org.apache.shardingsphere.infra.metadata.schema.spi.RuleMetaDataLoader => shardingsphere-proxy/shardingsphere-proxy-bootstrap/src/test/resources/META-INF/services/org.apache.shardingsphere.governance.repository.api.RegistryRepository (92%)
 copy shardingsphere-governance/shardingsphere-governance-core/shardingsphere-governance-core-config/src/test/resources/yaml/configCenter/data-authentication.yaml => shardingsphere-proxy/shardingsphere-proxy-bootstrap/src/test/resources/conf/reg_center/config_center/authentication.yaml (89%)
 copy shardingsphere-jdbc/shardingsphere-jdbc-spring/shardingsphere-jdbc-governance-spring/shardingsphere-jdbc-governance-spring-boot-starter/src/test/resources/yaml/masterslave-databases.yaml => shardingsphere-proxy/shardingsphere-proxy-bootstrap/src/test/resources/conf/reg_center/config_center/data-sources.yaml (52%)
 copy shardingsphere-features/shardingsphere-encrypt/shardingsphere-encrypt-spring/shardingsphere-encrypt-spring-namespace/src/test/resources/conf/conf.properties => shardingsphere-proxy/shardingsphere-proxy-bootstrap/src/test/resources/conf/reg_center/config_center/props.yaml (96%)
 copy shardingsphere-proxy/shardingsphere-proxy-bootstrap/src/test/resources/conf/{local/config-db.yaml => reg_center/config_center/sharding-rule.yaml} (88%)