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

zhonghongsheng 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 f71c5d3c62c Add MySQL Connector/J 8.0.30 client case to E2E actions 
(#23435)
f71c5d3c62c is described below

commit f71c5d3c62cd6ddadf9c01e2c1cc3c819109c019
Author: 吴伟杰 <[email protected]>
AuthorDate: Mon Jan 9 18:52:44 2023 +0800

    Add MySQL Connector/J 8.0.30 client case to E2E actions (#23435)
    
    * Add MySQL Connector/J 8.0.30 client case to E2E actions
    
    * Define additional-options
    
    * Correct property name
    
    * Correct matrix definition
---
 .github/workflows/e2e.yml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml
index 7bbaa4bb91e..34809d8bd71 100644
--- a/.github/workflows/e2e.yml
+++ b/.github/workflows/e2e.yml
@@ -98,6 +98,12 @@ jobs:
         adapter: [ proxy, jdbc ]
         database: [ MySQL, PostgreSQL, openGauss ]
         scenario: [ empty_rules, rdl_empty_rules, passthrough ]
+        additional-options: [ '' ]
+        include:
+          - adapter: proxy
+            database: MySQL
+            scenario: passthrough
+            additional-options: '-Dmysql-connector-java.version=8.0.30'
         exclude:
           - adapter: jdbc
             scenario: passthrough
@@ -121,7 +127,7 @@ jobs:
         if: matrix.adapter == 'proxy'
         run: docker load -i /tmp/${{ env.REPOSITORY_NAME }}-proxy-test.tar
       - name: Run E2E Test
-        run: ./mvnw -nsu -B install -f test/e2e/suite/pom.xml 
-Dspotless.apply.skip=true -Dit.run.modes=Cluster -Dit.scenarios=${{ 
matrix.scenario }} -Dit.cluster.adapters=${{ matrix.adapter }} 
-Dit.cluster.databases=${{ matrix.database }} -Dit.cluster.env.type=DOCKER
+        run: ./mvnw -nsu -B install -f test/e2e/suite/pom.xml 
-Dspotless.apply.skip=true -Dit.run.modes=Cluster -Dit.scenarios=${{ 
matrix.scenario }} -Dit.cluster.adapters=${{ matrix.adapter }} 
-Dit.cluster.databases=${{ matrix.database }} -Dit.cluster.env.type=DOCKER ${{ 
matrix.additional-options }}
 
   it-single-rule:
     name: single rule

Reply via email to