This is an automated email from the ASF dual-hosted git repository. zhangliang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.
from 6f5e7c3 fixes heartbeat timeout (#6317) add 3742702 implement RegistryCenterExecuteEngine + add unit tests (#6321) No new revisions were added by this update. Summary of changes: .../jdbc/execute/RegistryCenterExecuteEngine.java | 20 ++++--- .../YamlDataSourceConfigurationGenerator.java | 4 +- .../YamlShardingRuleConfigurationGenerator.java | 2 +- .../YamlDataSourceConfigurationGeneratorTest.java | 64 ++++++++++++++++++++++ ...YamlShardingRuleConfigurationGeneratorTest.java | 61 +++++++++++++++++++++ .../ddl/CreateDataSourcesStatementContext.java | 2 +- 6 files changed, 142 insertions(+), 11 deletions(-) create mode 100644 shardingsphere-proxy/shardingsphere-proxy-backend/src/test/java/org/apache/shardingsphere/proxy/backend/communication/jdbc/execute/generator/YamlDataSourceConfigurationGeneratorTest.java create mode 100644 shardingsphere-proxy/shardingsphere-proxy-backend/src/test/java/org/apache/shardingsphere/proxy/backend/communication/jdbc/execute/generator/YamlShardingRuleConfigurationGeneratorTest.java