This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang 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 9821479106c Refactor : remove openGauss from sql-e2e workflow (#28044)
9821479106c is described below
commit 9821479106cc377a93fa0e6db795f9cbf691fccc
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Fri Aug 11 19:55:00 2023 +0800
Refactor : remove openGauss from sql-e2e workflow (#28044)
---
.github/workflows/e2e-sql.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/e2e-sql.yml b/.github/workflows/e2e-sql.yml
index fcf2352a120..971f45e4db5 100644
--- a/.github/workflows/e2e-sql.yml
+++ b/.github/workflows/e2e-sql.yml
@@ -107,7 +107,7 @@ jobs:
matrix:
adapter: [ proxy, jdbc ]
mode: [ Standalone, Cluster ]
- database: [ MySQL, PostgreSQL, openGauss ]
+ database: [ MySQL, PostgreSQL ]
# 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, 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 ]