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

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


    from 8dac26a  Add test case for EncryptMetaDataDecorator (#6818)
     add c102862  Add unit test for orchestration-core (#6823)

No new revisions were added by this update.

Summary of changes:
 .../core/common/utils/IpUtilsTest.java}            |  19 +-
 .../core/config/ConfigCenterNodeTest.java          |   5 +
 .../core/config/ConfigCenterTest.java              | 260 +++++++--------------
 .../ClusterConfigurationChangedListenerTest.java   |   2 +-
 .../yaml/configCenter/data-authentication.yaml     |  13 +-
 .../yaml/{ => configCenter}/data-cluster.yaml      |   0
 .../data-encrypt-rule.yaml}                        |   0
 .../data-master-slave-rule.yaml}                   |   0
 .../resources/yaml/configCenter/data-metrics.yaml} |   7 +-
 .../yaml/configCenter/data-shadow-rule.yaml        |   2 +-
 .../configCenter/data-sharding-encrypt-rule.yaml   |  53 ++---
 .../data-sharding-rule.yaml}                       |  21 +-
 .../yaml/configCenter/data-source-init-sql.yaml    |  37 ++-
 .../resources/yaml/configCenter/data-source.yaml   |  31 +--
 14 files changed, 177 insertions(+), 273 deletions(-)
 copy 
shardingsphere-control-panel/{shardingsphere-metrics/shardingsphere-metrics-spi/src/main/java/org/apache/shardingsphere/metrics/api/HistogramMetricsTrackerDelegate.java
 => 
shardingsphere-orchestration/shardingsphere-orchestration-core/shardingsphere-orchestration-core-common/src/test/java/org/apache/shardingsphere/orchestration/core/common/utils/IpUtilsTest.java}
 (76%)
 copy 
examples/shardingsphere-jdbc-example/orchestration-example/orchestration-raw-jdbc-example/src/main/resources/META-INF/zookeeper/cloud/encrypt.yaml
 => 
shardingsphere-control-panel/shardingsphere-orchestration/shardingsphere-orchestration-core/shardingsphere-orchestration-core-config/src/test/resources/yaml/configCenter/data-authentication.yaml
 (84%)
 rename 
shardingsphere-control-panel/shardingsphere-orchestration/shardingsphere-orchestration-core/shardingsphere-orchestration-core-config/src/test/resources/yaml/{
 => configCenter}/data-cluster.yaml (100%)
 copy 
shardingsphere-control-panel/shardingsphere-orchestration/shardingsphere-orchestration-core/shardingsphere-orchestration-core-config/src/test/resources/yaml/{encrypt-rule.yaml
 => configCenter/data-encrypt-rule.yaml} (100%)
 copy 
shardingsphere-control-panel/shardingsphere-orchestration/shardingsphere-orchestration-core/shardingsphere-orchestration-core-config/src/test/resources/yaml/{master-slave-rule.yaml
 => configCenter/data-master-slave-rule.yaml} (100%)
 copy 
shardingsphere-control-panel/{shardingsphere-cluster/shardingsphere-cluster-facade/src/main/resources/META-INF/services/org.apache.shardingsphere.control.panel.spi.ControlPanelFacade
 => 
shardingsphere-orchestration/shardingsphere-orchestration-core/shardingsphere-orchestration-core-config/src/test/resources/yaml/configCenter/data-metrics.yaml}
 (90%)
 copy 
shardingsphere-jdbc/shardingsphere-jdbc-core/src/test/resources/config-shadow.yaml
 => 
shardingsphere-control-panel/shardingsphere-orchestration/shardingsphere-orchestration-core/shardingsphere-orchestration-core-config/src/test/resources/yaml/configCenter/data-shadow-rule.yaml
 (97%)
 copy 
shardingsphere-jdbc/shardingsphere-jdbc-spring/shardingsphere-jdbc-orchestration-spring/shardingsphere-jdbc-orchestration-spring-boot-starter/src/test/resources/yaml/sharding-rule.yaml
 => 
shardingsphere-control-panel/shardingsphere-orchestration/shardingsphere-orchestration-core/shardingsphere-orchestration-core-config/src/test/resources/yaml/configCenter/data-sharding-encrypt-rule.yaml
 (58%)
 copy 
shardingsphere-control-panel/shardingsphere-orchestration/shardingsphere-orchestration-core/shardingsphere-orchestration-core-config/src/test/resources/yaml/{encrypt-rule.yaml
 => configCenter/data-sharding-rule.yaml} (70%)
 copy 
shardingsphere-jdbc/shardingsphere-jdbc-spring/shardingsphere-jdbc-orchestration-spring/shardingsphere-jdbc-orchestration-spring-boot-starter/src/test/resources/yaml/sharding-databases.yaml
 => 
shardingsphere-control-panel/shardingsphere-orchestration/shardingsphere-orchestration-core/shardingsphere-orchestration-core-config/src/test/resources/yaml/configCenter/data-source-init-sql.yaml
 (58%)
 copy 
shardingsphere-jdbc/shardingsphere-jdbc-spring/shardingsphere-jdbc-orchestration-spring/shardingsphere-jdbc-orchestration-spring-boot-starter/src/test/resources/yaml/sharding-databases.yaml
 => 
shardingsphere-control-panel/shardingsphere-orchestration/shardingsphere-orchestration-core/shardingsphere-orchestration-core-config/src/test/resources/yaml/configCenter/data-source.yaml
 (58%)

Reply via email to