You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2021/01/18 11:49:00 UTC

[shardingsphere] branch master updated: Fix data source config error for dbtbl_with_replica_query (#9079)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1fe5e95  Fix data source config error for dbtbl_with_replica_query (#9079)
1fe5e95 is described below

commit 1fe5e95f75e449cfe4cf7c9c14d6f3ff38f503b8
Author: Liang Zhang <te...@163.com>
AuthorDate: Mon Jan 18 19:48:37 2021 +0800

    Fix data source config error for dbtbl_with_replica_query (#9079)
---
 .../proxy/conf/config-dbtbl-with-replica-query.yaml                     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/docker/dbtbl_with_replica_query/proxy/conf/config-dbtbl-with-replica-query.yaml b/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/docker/dbtbl_with_replica_query/proxy/conf/config-dbtbl-with-replica-query.yaml
index ba56d3d..7a41fca 100644
--- a/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/docker/dbtbl_with_replica_query/proxy/conf/config-dbtbl-with-replica-query.yaml
+++ b/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/docker/dbtbl_with_replica_query/proxy/conf/config-dbtbl-with-replica-query.yaml
@@ -109,7 +109,7 @@ dataSources:
     minPoolSize: 2
     maintenanceIntervalMilliseconds: 30000
   primary_ds_9:
-    url: jdbc:mysql://mysql.dbtbl-with-replica-query.host:3306/primary_ds_8?serverTimezone=UTC&useSSL=false&characterEncoding=utf-8
+    url: jdbc:mysql://mysql.dbtbl-with-replica-query.host:3306/primary_ds_9?serverTimezone=UTC&useSSL=false&characterEncoding=utf-8
     username: root
     password:
     connectionTimeoutMilliseconds: 30000