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

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


    from 27c4d25  Add replica_query scenario for docker test (#8885)
     add 07dbe87  Add dbbl_with_replica_query scenario for docker test (#8886)

No new revisions were added by this update.

Summary of changes:
 .../shardingsphere-test-suite/pom.xml              |  30 +-
 .../docker-compose.yml                             |  14 +-
 .../docker/dbtbl_with_replica_query/mysql/init.sql | 460 +++++++++++++++++++++
 .../conf/config-dbtbl-with-replica-query.yaml      | 325 +++++++++++++++
 .../proxy/conf/logback.xml                         |   0
 .../proxy/conf/server.yaml                         |   0
 .../test/resources/integrate/env-docker.properties |   9 +-
 .../test/resources/integrate/env-native.properties |   5 +
 8 files changed, 831 insertions(+), 12 deletions(-)
 copy 
shardingsphere-test/shardingsphere-integration-test/shardingsphere-test-suite/src/test/resources/docker/{tbl
 => dbtbl_with_replica_query}/docker-compose.yml (82%)
 create mode 100644 
shardingsphere-test/shardingsphere-integration-test/shardingsphere-test-suite/src/test/resources/docker/dbtbl_with_replica_query/mysql/init.sql
 create mode 100644 
shardingsphere-test/shardingsphere-integration-test/shardingsphere-test-suite/src/test/resources/docker/dbtbl_with_replica_query/proxy/conf/config-dbtbl-with-replica-query.yaml
 copy 
shardingsphere-test/shardingsphere-integration-test/shardingsphere-test-suite/src/test/resources/docker/{tbl
 => dbtbl_with_replica_query}/proxy/conf/logback.xml (100%)
 copy 
shardingsphere-test/shardingsphere-integration-test/shardingsphere-test-suite/src/test/resources/docker/{tbl
 => dbtbl_with_replica_query}/proxy/conf/server.yaml (100%)

Reply via email to