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 109ae49 Fix `export` directory does not exist. (#16160)
add 14de5b4 Add Show slave status unit test. (#16154)
No new revisions were added by this update.
Summary of changes:
.../type/ShowSlaveStatusDatabaseDiscoveryType.java | 2 +-
.../{ => type}/MGRDatabaseDiscoveryTypeTest.java | 22 +++----
.../ShowSlaveStatusDatabaseDiscoveryTypeTest.java | 68 ++++++++++++++++++++++
3 files changed, 80 insertions(+), 12 deletions(-)
rename
shardingsphere-features/shardingsphere-db-discovery/shardingsphere-db-discovery-provider/shardingsphere-db-discovery-mysql/src/test/java/org/apache/shardingsphere/dbdiscovery/mysql/{
=> type}/MGRDatabaseDiscoveryTypeTest.java (90%)
create mode 100644
shardingsphere-features/shardingsphere-db-discovery/shardingsphere-db-discovery-provider/shardingsphere-db-discovery-mysql/src/test/java/org/apache/shardingsphere/dbdiscovery/mysql/type/ShowSlaveStatusDatabaseDiscoveryTypeTest.java