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 d1a61fff8ff Ignore failed save point test cases (#30021)
d1a61fff8ff is described below

commit d1a61fff8ff0082215c06e2007629f99d87dd915
Author: ZhangCheng <[email protected]>
AuthorDate: Wed Feb 7 08:24:36 2024 +0800

    Ignore failed save point test cases (#30021)
    
    * Ignore failed save point test cases
    
    * Revert "Ignore failed save point test cases"
    
    This reverts commit 8f141b9a5427900d6597c5715482c7da2bfa8825.
    
    * Support oracle isSchemaValid function parsing
---
 .../operation/transaction/src/test/resources/env/it-env.properties    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/test/e2e/operation/transaction/src/test/resources/env/it-env.properties 
b/test/e2e/operation/transaction/src/test/resources/env/it-env.properties
index 71eb6b715c1..16f1bf562fd 100644
--- a/test/e2e/operation/transaction/src/test/resources/env/it-env.properties
+++ b/test/e2e/operation/transaction/src/test/resources/env/it-env.properties
@@ -16,8 +16,8 @@
 #
 # transaction.it.type=NONE,DOCKER,NATIVE
 transaction.it.env.type=NONE
-# transaction.it.env.cases=ClassicTransferTestCase, 
PostgreSQLSavePointTestCase 
-transaction.it.env.cases=TransactionDeadlockTestCase, 
MultiJDBCConnectionsTestCase, MultiTransactionInConnectionTestCase, 
MultiOperationsCommitAndRollbackTestCase, MySQLAutoCommitTestCase, 
PostgreSQLAutoCommitTestCase, BroadcastTableTransactionTestCase, 
ExceptionInTransactionTestCase, MultiTableCommitAndRollbackTestCase, 
SingleTableCommitAndRollbackTestCase, MySQLSetReadOnlyTestCase, 
MySQLSavePointTestCase, MySQLLocalTruncateTestCase, MySQLXATruncateTestCase, 
OpenGaussCursorTestCase, Nes [...]
+# transaction.it.env.cases=ClassicTransferTestCase, 
PostgreSQLSavePointTestCase, MySQLSavePointTestCase 
+transaction.it.env.cases=TransactionDeadlockTestCase, 
MultiJDBCConnectionsTestCase, MultiTransactionInConnectionTestCase, 
MultiOperationsCommitAndRollbackTestCase, MySQLAutoCommitTestCase, 
PostgreSQLAutoCommitTestCase, BroadcastTableTransactionTestCase, 
ExceptionInTransactionTestCase, MultiTableCommitAndRollbackTestCase, 
SingleTableCommitAndRollbackTestCase, MySQLSetReadOnlyTestCase, 
MySQLLocalTruncateTestCase, MySQLXATruncateTestCase, OpenGaussCursorTestCase, 
NestedTransactionTestCase,  [...]
 # transaction.it.env.transtypes=LOCAL, XA, BASE
 transaction.it.env.transtypes=LOCAL, XA
 # transaction.it.env.xa.providers=Atomikos, Narayana

Reply via email to