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

jianglongtao pushed a commit to branch fix-33341
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git

commit ca1b42e83a1a141a1312318f8a12e6866fbe4928
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Thu Sep 5 14:54:09 2024 +0800

    Refactor : only keep mysql for E2E SQL
---
 .github/workflows/workflow-dispatch-e2e-sql.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/workflow-dispatch-e2e-sql.yml 
b/.github/workflows/workflow-dispatch-e2e-sql.yml
index 84757052c60..227ce977dcb 100644
--- a/.github/workflows/workflow-dispatch-e2e-sql.yml
+++ b/.github/workflows/workflow-dispatch-e2e-sql.yml
@@ -77,7 +77,7 @@ jobs:
       matrix:
         adapter: [ proxy, jdbc ]
         mode: [ Standalone, Cluster ]
-        database: [ MySQL, PostgreSQL, openGauss ]
+        database: [ MySQL ]
         # 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: [ empty_rules, rdl_empty_rules, passthrough, db, tbl, 
readwrite_splitting, mask, readwrite_splitting_and_shadow, sharding_and_shadow, 
db_tbl_sql_federation, empty_storage_units ]

Reply via email to