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

tuichenchuxin 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 6947fdf9550 Ignore single rule db scenario (#25050)
6947fdf9550 is described below

commit 6947fdf9550b9e5f24d4d1d825b46585c34a4863
Author: zhaojinchao <[email protected]>
AuthorDate: Fri Apr 7 17:12:05 2023 +0800

    Ignore single rule db scenario (#25050)
    
    * Ignore single rule db scenario
    
    * Ignore openGauss
    
    * Update
---
 .github/workflows/e2e-sql.yml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/e2e-sql.yml b/.github/workflows/e2e-sql.yml
index ef26ff49168..0a7e708dbee 100644
--- a/.github/workflows/e2e-sql.yml
+++ b/.github/workflows/e2e-sql.yml
@@ -143,7 +143,9 @@ jobs:
         adapter: [ proxy, jdbc ]
         mode: [ Standalone, Cluster ]
         database: [ MySQL, PostgreSQL, openGauss ]
-        scenario: [ db, tbl, encrypt, readwrite_splitting, shadow, mask ]
+        # Fix me #25051
+        #scenario: [ db, tbl, encrypt, readwrite_splitting, shadow, mask ]
+        scenario: [ tbl, encrypt, readwrite_splitting, shadow, mask ]
         exclude:
           - adapter: jdbc
             mode: Cluster
@@ -179,7 +181,9 @@ jobs:
         adapter: [ proxy, jdbc ]
         mode: [ Standalone, Cluster ]
         database: [ MySQL, PostgreSQL, openGauss ]
-        scenario: [ dbtbl_with_readwrite_splitting, 
dbtbl_with_readwrite_splitting_and_encrypt, sharding_and_encrypt, 
encrypt_and_readwrite_splitting, encrypt_shadow, 
readwrite_splitting_and_shadow, sharding_and_shadow, sharding_encrypt_shadow, 
mask_encrypt, mask_sharding, mask_encrypt_sharding ]
+        # Fix me #25051
+        #scenario: [ dbtbl_with_readwrite_splitting, 
dbtbl_with_readwrite_splitting_and_encrypt, sharding_and_encrypt, 
encrypt_and_readwrite_splitting, encrypt_shadow, 
readwrite_splitting_and_shadow, sharding_and_shadow, sharding_encrypt_shadow, 
mask_encrypt, mask_sharding, mask_encrypt_sharding ]
+        scenario: [ dbtbl_with_readwrite_splitting_and_encrypt, 
sharding_and_encrypt, encrypt_and_readwrite_splitting, encrypt_shadow, 
readwrite_splitting_and_shadow, sharding_and_shadow, sharding_encrypt_shadow, 
mask_encrypt, mask_sharding, mask_encrypt_sharding ]
         exclude:
           - adapter: jdbc
             mode: Cluster

Reply via email to