You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/01/26 14:23:22 UTC

[shardingsphere] branch master updated (f5f45b2 -> 8aa1df3)

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 f5f45b2  Revise YamlProxyConfigurationSwapperTest (#15098)
     add 8aa1df3  Avoid checking metadata refresh in each execution (#15093)

No new revisions were added by this update.

Summary of changes:
 .../context/refresher/MetaDataRefreshEngine.java   | 32 ++++++----
 .../refresher/MetaDataRefreshEngineTest.java       | 68 ++++++++++++++++++++++
 .../type/DummyDropDatabaseMetaDataRefresher.java}  | 36 +++++-------
 ...phere.infra.context.refresher.MetaDataRefresher |  3 +-
 .../driver/executor/DriverJDBCExecutor.java        |  9 +--
 .../communication/DatabaseCommunicationEngine.java |  3 +-
 6 files changed, 109 insertions(+), 42 deletions(-)
 create mode 100644 shardingsphere-infra/shardingsphere-infra-context/src/test/java/org/apache/shardingsphere/infra/context/refresher/MetaDataRefreshEngineTest.java
 copy shardingsphere-infra/shardingsphere-infra-context/src/{main/java/org/apache/shardingsphere/infra/context/refresher/MetaDataRefresher.java => test/java/org/apache/shardingsphere/infra/context/refresher/type/DummyDropDatabaseMetaDataRefresher.java} (56%)
 copy examples/docker/shardingsphere-proxy/governance/run.sh => shardingsphere-infra/shardingsphere-infra-context/src/test/resources/META-INF/services/org.apache.shardingsphere.infra.context.refresher.MetaDataRefresher (89%)