This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.
from e9bca29 Refactor XAConnectionWrapperFactory (#16187)
add 08e4ed3 Refactor test cases for XAConnectionWrapper (#16188)
No new revisions were added by this update.
Summary of changes:
.../shardingsphere-transaction-xa-core/pom.xml | 4 ++
.../connection/XAConnectionWrapperFactoryTest.java | 59 +---------------
...perTest.java => H2XAConnectionWrapperTest.java} | 39 +++++------
.../dialect/MariaDBXAConnectionWrapperTest.java | 35 ++++------
.../dialect/MySQLXAConnectionWrapperTest.java | 37 +++++-----
.../dialect/OpenGaussXAConnectionWrapperTest.java | 47 +++++--------
.../dialect/OracleXAConnectionWrapperTest.java | 79 ----------------------
.../dialect/PostgreSQLXAConnectionWrapperTest.java | 38 +++++------
8 files changed, 87 insertions(+), 251 deletions(-)
copy
shardingsphere-kernel/shardingsphere-transaction/shardingsphere-transaction-type/shardingsphere-transaction-xa/shardingsphere-transaction-xa-core/src/test/java/org/apache/shardingsphere/transaction/xa/jta/connection/dialect/{MariaDBXAConnectionWrapperTest.java
=> H2XAConnectionWrapperTest.java} (61%)
delete mode 100644
shardingsphere-kernel/shardingsphere-transaction/shardingsphere-transaction-type/shardingsphere-transaction-xa/shardingsphere-transaction-xa-core/src/test/java/org/apache/shardingsphere/transaction/xa/jta/connection/dialect/OracleXAConnectionWrapperTest.java