You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by me...@apache.org on 2022/02/01 13:36:52 UTC

[shardingsphere] branch master updated (764dfd0 -> 88fb438)

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

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


    from 764dfd0  Add test case for ClusterPersistRepositoryFactory (#15230)
     add 88fb438  Complete tests for PostgreSQL/openGauss CommandExecutorFactory (#15228)

No new revisions were added by this update.

Summary of changes:
 .../OpenGaussCommandExecutorFactoryTest.java       | 157 +++++++++++++++++++++
 .../PostgreSQLCommandExecutorFactoryTest.java      |  99 +++++++++++--
 2 files changed, 241 insertions(+), 15 deletions(-)
 create mode 100644 shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-opengauss/src/test/java/org/apache/shardingsphere/proxy/frontend/opengauss/command/OpenGaussCommandExecutorFactoryTest.java