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 2022/11/29 03:58:23 UTC

[shardingsphere] branch master updated (1926b4d38ea -> 288fc4d26ff)

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 1926b4d38ea Remove the exclamation mark in the proxy's global rule configuration #22329 (#22457)
     add 288fc4d26ff Add some assert case for db-discovery (#22484)

No new revisions were added by this update.

Summary of changes:
 .../{it-showprocesslist.yml => it-discovery.yml}   | 32 ++++----
 .../cases/DatabaseClusterEnvironment.java          | 15 +---
 .../discovery/cases/base/BaseITCase.java           | 91 ++++++++++++++++------
 ...ceChangedIT.java => DiscoveryMGRGeneralIT.java} | 17 ++--
 .../cases/mysql/env/MySQLMGREnvironment.java       | 21 ++++-
 .../config/MySQLContainerConfigurationFactory.java |  6 --
 .../discovery/util/DiscoveryContainerUtil.java     |  2 +-
 .../resources/env/common/discovery-command.xml     | 17 ++--
 .../src/test/resources/env/it-env.properties       |  2 +-
 .../{discovery => mgr_discovery}/mysql_1/my.cnf    |  4 +-
 .../{discovery => mgr_discovery}/mysql_2/my.cnf    |  4 +-
 .../{discovery => mgr_discovery}/mysql_3/my.cnf    |  4 +-
 .../mysql_1 => mgr_discovery/mysql_4}/my.cnf       | 12 +--
 .../{discovery => mgr_discovery}/proxy/server.yaml |  0
 14 files changed, 141 insertions(+), 86 deletions(-)
 copy .github/workflows/{it-showprocesslist.yml => it-discovery.yml} (75%)
 rename test/integration-test/discovery/src/test/java/org/apache/shardingsphere/test/integration/discovery/cases/mysql/{MySQLMGRPrimaryDataSourceChangedIT.java => DiscoveryMGRGeneralIT.java} (78%)
 copy test/integration-test/discovery/src/test/resources/env/scenario/{discovery => mgr_discovery}/mysql_1/my.cnf (96%)
 rename test/integration-test/discovery/src/test/resources/env/scenario/{discovery => mgr_discovery}/mysql_2/my.cnf (96%)
 rename test/integration-test/discovery/src/test/resources/env/scenario/{discovery => mgr_discovery}/mysql_3/my.cnf (96%)
 rename test/integration-test/discovery/src/test/resources/env/scenario/{discovery/mysql_1 => mgr_discovery/mysql_4}/my.cnf (90%)
 rename test/integration-test/discovery/src/test/resources/env/scenario/{discovery => mgr_discovery}/proxy/server.yaml (100%)