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 14ae8e74f70f06069ac8c0c5cb2dc5be9dab9823 Author: 孙念君 Nianjun Sun <[email protected]> AuthorDate: Thu Sep 5 14:27:07 2024 +0800 Remove : remove some useless scenarion from 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 c2fa4d6c255..84757052c60 100644 --- a/.github/workflows/workflow-dispatch-e2e-sql.yml +++ b/.github/workflows/workflow-dispatch-e2e-sql.yml @@ -80,7 +80,7 @@ jobs: database: [ MySQL, PostgreSQL, openGauss ] # 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, encrypt, readwrite_splitting, shadow, mask, 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, db_tbl_sql_federation, empty_storage_units ] + 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 ] additional-options: [ '' ] include: - adapter: proxy
