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 db32475d448 Fix the issue of some e2e test cases not working properly.
(#26601)
db32475d448 is described below
commit db32475d4481e45b30658180d3c4d5bca49f4b02
Author: Cong Hu <[email protected]>
AuthorDate: Tue Jun 27 10:36:20 2023 +0800
Fix the issue of some e2e test cases not working properly. (#26601)
---
test/e2e/sql/src/test/resources/cases/dql/dql-integration-select.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/test/e2e/sql/src/test/resources/cases/dql/dql-integration-select.xml
b/test/e2e/sql/src/test/resources/cases/dql/dql-integration-select.xml
index 31f7a14d095..03f3f181d76 100644
--- a/test/e2e/sql/src/test/resources/cases/dql/dql-integration-select.xml
+++ b/test/e2e/sql/src/test/resources/cases/dql/dql-integration-select.xml
@@ -17,11 +17,11 @@
-->
<integration-test-cases>
- <test-case sql="SELECT 1 FROM dual" db-types="MySQL,SQLServer,Oracle,H2" >
+ <test-case sql="SELECT 1 FROM dual" db-types="MySQL,SQLServer,Oracle,H2"
scenario-types="db,dbtbl_with_readwrite_splitting,dbtbl_with_readwrite_splitting_and_encrypt,empty_rules,encrypt,encrypt_and_readwrite_splitting,encrypt_shadow,mask,mask_encrypt,mask_encrypt_sharding,mask_sharding,passthrough,rdl_empty_rules,readwrite_splitting,readwrite_splitting_and_shadow,shadow,sharding_and_encrypt,sharding_and_shadow,sharding_encrypt_shadow,tbl"
>
<assertion />
</test-case>
- <test-case sql="SELECT 1 as a" db-types="PostgreSQL,openGauss" >
+ <test-case sql="SELECT 1 as a" db-types="PostgreSQL,openGauss"
scenario-types="db,dbtbl_with_readwrite_splitting,dbtbl_with_readwrite_splitting_and_encrypt,empty_rules,encrypt,encrypt_and_readwrite_splitting,encrypt_shadow,mask,mask_encrypt,mask_encrypt_sharding,mask_sharding,passthrough,rdl_empty_rules,readwrite_splitting,readwrite_splitting_and_shadow,shadow,sharding_and_encrypt,sharding_and_shadow,sharding_encrypt_shadow,tbl"
>
<assertion />
</test-case>