You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/11/05 13:13:54 UTC

[shardingsphere] branch master updated (a08e67e24c0 -> 2c72626bf9a)

This is an automated email from the ASF dual-hosted git repository.

zhangliang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


    from a08e67e24c0 Update DistSQL documents (#21970)
     add 2c72626bf9a Clean up transaction test code (#21962)

No new revisions were added by this update.

Summary of changes:
 .../classictransfer/ClassicTransferTestCase.java   |  4 +--
 .../MultiOperationsCommitAndRollbackTestCase.java  |  4 +--
 .../cases/readonly/MySQLSetReadOnlyTestCase.java   |  8 ++---
 .../readonly/PostgreSQLSetReadOnlyTestCase.java    | 10 ++----
 .../cases/readonly/SetReadOnlyTestCase.java        | 25 ++++++--------
 .../cases/savepoint/BaseSavePointTestCase.java     |  8 ++---
 .../transaction/engine/base/BaseITCase.java        | 39 +---------------------
 .../engine/base/BaseTransactionITCase.java         |  2 +-
 .../engine/mysql/MySQLJdbcTransactionIT.java       |  2 +-
 .../engine/mysql/MySQLProxyTransactionIT.java      |  2 +-
 .../opengauss/OpenGaussJdbcTransactionIT.java      |  2 +-
 .../opengauss/OpenGaussProxyTransactionIT.java     |  2 +-
 .../postgresql/PostgreSQLJdbcTransactionIT.java    |  2 +-
 .../postgresql/PostgreSQLProxyTransactionIT.java   |  2 +-
 14 files changed, 31 insertions(+), 81 deletions(-)