You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2021/09/22 12:45:04 UTC

[shardingsphere] branch master updated (33062dc -> 9a4201c)

This is an automated email from the ASF dual-hosted git repository.

panjuan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.


    from 33062dc  Using Netty executor to optimize Proxy performance (#12474)
     add 9a4201c  Fix shadow rule (#12627)

No new revisions were added by this update.

Summary of changes:
 .../datasource/ShadowDataSourceConfiguration.java  |   2 +
 .../api/config/table/ShadowTableConfiguration.java |  15 +-
 .../shardingsphere/shadow/rule/ShadowRule.java     |  15 +-
 .../shadow/rule/ShadowTableRule.java               |  16 --
 .../converter/ShadowRuleStatementConverter.java    |   5 +-
 ...ardingSphereDataSourceForFutureShadowTest.java} |   4 +-
 .../FutureShadowPreparedStatementTest.java         | 228 +++++++++++++++++++++
 ...entTest.java => FutureShadowStatementTest.java} | 137 ++++++++-----
 .../resources/config/config-future-shadow.yaml     |  69 +++++++
 9 files changed, 402 insertions(+), 89 deletions(-)
 copy shardingsphere-jdbc/shardingsphere-jdbc-core/src/test/java/org/apache/shardingsphere/driver/jdbc/base/{AbstractShardingSphereDataSourceForShadowTest.java => AbstractShardingSphereDataSourceForFutureShadowTest.java} (93%)
 create mode 100644 shardingsphere-jdbc/shardingsphere-jdbc-core/src/test/java/org/apache/shardingsphere/driver/jdbc/core/statement/FutureShadowPreparedStatementTest.java
 copy shardingsphere-jdbc/shardingsphere-jdbc-core/src/test/java/org/apache/shardingsphere/driver/jdbc/core/statement/{ShadowStatementTest.java => FutureShadowStatementTest.java} (54%)
 create mode 100644 shardingsphere-jdbc/shardingsphere-jdbc-core/src/test/resources/config/config-future-shadow.yaml