This is an automated email from the ASF dual-hosted git repository.
zhonghongsheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.
from 9375b28 Refactor proxy/yaml-config (#13626)
add efa9bdf Add unit test for isInSameDatabaseInstance of
H2DataSourceMetaData and DataSourceMetaData (#13600)
No new revisions were added by this update.
Summary of changes:
.../metadata/dialect/H2DataSourceMetaData.java | 50 +++++++++++--
.../database/metadata/DataSourceMetaDataTest.java | 81 ++++++++++++++++++++++
.../metadata/dialect/H2DataSourceMetaDataTest.java | 58 ++++++++++++++++
3 files changed, 182 insertions(+), 7 deletions(-)
create mode 100644
shardingsphere-infra/shardingsphere-infra-common/src/test/java/org/apache/shardingsphere/infra/database/metadata/DataSourceMetaDataTest.java