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/14 13:22:33 UTC

[shardingsphere] branch master updated: Fix replica_query scenario (#9034)

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 e6a8957  Fix replica_query scenario (#9034)
e6a8957 is described below

commit e6a8957f37565adaecc602ec0208282b78533e30
Author: Liang Zhang <te...@163.com>
AuthorDate: Thu Jan 14 21:21:51 2021 +0800

    Fix replica_query scenario (#9034)
---
 .github/workflows/it.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/it.yml b/.github/workflows/it.yml
index 824558e..e38606c 100644
--- a/.github/workflows/it.yml
+++ b/.github/workflows/it.yml
@@ -85,7 +85,7 @@ jobs:
       - name: Build Project
         run: ./mvnw -B clean install -Dmaven.javadoc.skip=true -Drat.skip=true -Djacoco.skip=true -DskipITs
       - name: Run Integration Test
-        run: ./mvnw -B clean install -f shardingsphere-test/shardingsphere-integration-test/pom.xml -Pit.env.docker -Dit.adapters=proxy -Dit.scenarios=repilca_query -Dit.databases=MySQL -Dit.mysql.host=127.0.0.1 -Dit.mysql.port=33260
+        run: ./mvnw -B clean install -f shardingsphere-test/shardingsphere-integration-test/pom.xml -Pit.env.docker -Dit.adapters=proxy -Dit.scenarios=replica_query -Dit.databases=MySQL -Dit.mysql.host=127.0.0.1 -Dit.mysql.port=33260
   
   mysql-proxy-dbtbl-with-proxy-repilca-query:
     name: MySQL-Proxy with DBTBL-WITH-REPLICA-QUERY
@@ -106,7 +106,7 @@ jobs:
       - name: Build Project
         run: ./mvnw -B clean install -Dmaven.javadoc.skip=true -Drat.skip=true -Djacoco.skip=true -DskipITs
       - name: Run Integration Test
-        run: ./mvnw -B clean install -f shardingsphere-test/shardingsphere-integration-test/pom.xml -Pit.env.docker -Dit.adapters=proxy -Dit.scenarios=dbtbl_with_repilca_query -Dit.databases=MySQL -Dit.mysql.host=127.0.0.1 -Dit.mysql.port=33360
+        run: ./mvnw -B clean install -f shardingsphere-test/shardingsphere-integration-test/pom.xml -Pit.env.docker -Dit.adapters=proxy -Dit.scenarios=dbtbl_with_replica_query -Dit.databases=MySQL -Dit.mysql.host=127.0.0.1 -Dit.mysql.port=33360
   
   mysql-jdbc-db:
     name: MySQL-JDBC with DB
@@ -169,7 +169,7 @@ jobs:
       - name: Build Project
         run: ./mvnw -B clean install -Dmaven.javadoc.skip=true -Drat.skip=true -Djacoco.skip=true -DskipITs
       - name: Run Integration Test
-        run: ./mvnw -B clean install -f shardingsphere-test/shardingsphere-integration-test/pom.xml -Pit.env.docker -Dit.adapters=jdbc -Dit.scenarios=repilca_query -Dit.databases=MySQL -Dit.mysql.host=127.0.0.1 -Dit.mysql.port=33260
+        run: ./mvnw -B clean install -f shardingsphere-test/shardingsphere-integration-test/pom.xml -Pit.env.docker -Dit.adapters=jdbc -Dit.scenarios=replica_query -Dit.databases=MySQL -Dit.mysql.host=127.0.0.1 -Dit.mysql.port=33260
   
   mysql-jdbc-dbtbl-with-proxy-repilca-query:
     name: MySQL-JDBC with DBTBL-WITH-REPLICA-QUERY
@@ -190,4 +190,4 @@ jobs:
       - name: Build Project
         run: ./mvnw -B clean install -Dmaven.javadoc.skip=true -Drat.skip=true -Djacoco.skip=true -DskipITs
       - name: Run Integration Test
-        run: ./mvnw -B clean install -f shardingsphere-test/shardingsphere-integration-test/pom.xml -Pit.env.docker -Dit.adapters=jdbc -Dit.scenarios=dbtbl_with_repilca_query -Dit.databases=MySQL -Dit.mysql.host=127.0.0.1 -Dit.mysql.port=33360
+        run: ./mvnw -B clean install -f shardingsphere-test/shardingsphere-integration-test/pom.xml -Pit.env.docker -Dit.adapters=jdbc -Dit.scenarios=dbtbl_with_replica_query -Dit.databases=MySQL -Dit.mysql.host=127.0.0.1 -Dit.mysql.port=33360