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