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 a4ef004 Document yml configuration manual adds schemaName
configuration item (#11749)
add dbf26a2 FIX #11687 issue add unit test (#11754)
No new revisions were added by this update.
Summary of changes:
...orithmProviderConfigurationYamlSwapperTest.java | 119 +++++++++++++++++++++
...adowDataSourceConfigurationYamlSwapperTest.java | 49 +++++++++
.../ShadowTableConfigurationYamlSwapperTest.java | 48 +++++++++
3 files changed, 216 insertions(+)
create mode 100644
shardingsphere-features/shardingsphere-shadow/shardingsphere-shadow-core/src/test/java/org/apache/shardingsphere/shadow/swapper/ShadowRuleAlgorithmProviderConfigurationYamlSwapperTest.java
create mode 100644
shardingsphere-features/shardingsphere-shadow/shardingsphere-shadow-core/src/test/java/org/apache/shardingsphere/shadow/swapper/datasource/ShadowDataSourceConfigurationYamlSwapperTest.java
create mode 100644
shardingsphere-features/shardingsphere-shadow/shardingsphere-shadow-core/src/test/java/org/apache/shardingsphere/shadow/swapper/table/ShadowTableConfigurationYamlSwapperTest.java