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 378d15e  Fixes #11085 . (#12782)
     add 8ad8c10  Fixes #12762, add rule type information in drop failed 
message. (#12777)

No new revisions were added by this update.

Summary of changes:
 .../dbdiscovery/rule/DatabaseDiscoveryRule.java    |  5 +++
 .../rule/DatabaseDiscoveryRuleTest.java            |  6 ++++
 .../shardingsphere/encrypt/rule/EncryptRule.java   |  5 +++
 .../encrypt/rule/EncryptRuleTest.java              |  5 +++
 .../rule/ReadwriteSplittingRule.java               |  5 +++
 .../rule/ReadwriteSplittingRuleTest.java           |  6 ++++
 .../shardingsphere/shadow/rule/ShadowRule.java     |  5 +++
 .../shardingsphere/shadow/rule/ShadowRuleTest.java |  5 +++
 .../shardingsphere/sharding/rule/ShardingRule.java |  5 +++
 .../sharding/rule/ShardingRuleTest.java            |  6 ++++
 .../resource/ResourceInUsedException.java          |  6 +++-
 .../infra/rule/ShardingSphereRule.java             |  7 ++++
 .../infra/fixture/TestShardingSphereRule.java      |  5 +++
 .../schema/fixture/rule/CommonFixtureRule.java     |  5 +++
 .../fixture/rule/DataNodeContainedFixtureRule.java |  5 +++
 .../engine/decorator/impl/TransparentRule.java     |  5 +++
 .../engine/decorator/impl/TransparentRuleTest.java | 10 +++---
 .../merge/fixture/rule/DecoratorRuleFixture.java   |  5 +++
 .../merge/fixture/rule/IndependentRuleFixture.java |  5 +++
 .../merge/fixture/rule/MergerRuleFixture.java      |  5 +++
 .../optimize/metadata/rule/CommonFixtureRule.java  |  5 +++
 .../fixture/rule/RouteFailureRuleFixture.java      |  5 +++
 .../infra/route/fixture/rule/RouteRuleFixture.java |  5 +++
 .../authority/rule/AuthorityRule.java              |  5 +++
 .../authority/rule/AuthorityRuleTest.java          | 39 +++++++++-------------
 .../singletable/rule/SingleTableRule.java          |  5 +++
 .../singletable/rule/SingleTableRuleTest.java      | 16 ++++-----
 .../transaction/rule/TransactionRule.java          |  5 +++
 .../transaction/rule/TransactionRuleTest.java      | 18 ++++------
 .../mode/metadata/fixture/FixtureRule.java         |  5 +++
 .../rdl/resource/DropResourceBackendHandler.java   | 20 +++++++----
 .../resource/DropResourceBackendHandlerTest.java   |  3 +-
 32 files changed, 185 insertions(+), 57 deletions(-)
 copy 
shardingsphere-db-protocol/shardingsphere-db-protocol-mysql/src/test/java/org/apache/shardingsphere/db/protocol/mysql/constant/MySQLAuthenticationMethodTest.java
 => 
shardingsphere-infra/shardingsphere-infra-merge/src/test/java/org/apache/shardingsphere/infra/merge/engine/decorator/impl/TransparentRuleTest.java
 (75%)
 copy 
shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-core/src/test/java/org/apache/shardingsphere/sharding/route/strategy/type/none/NoneShardingStrategyTest.java
 => 
shardingsphere-kernel/shardingsphere-authority/shardingsphere-authority-core/src/test/java/org/apache/shardingsphere/authority/rule/AuthorityRuleTest.java
 (51%)
 copy 
shardingsphere-infra/shardingsphere-infra-rewrite/src/test/java/org/apache/shardingsphere/infra/rewrite/sql/token/pojo/generic/SubstitutableColumnNameTokenTest.java
 => 
shardingsphere-kernel/shardingsphere-single-table/shardingsphere-single-table-core/src/test/java/org/apache/shardingsphere/singletable/rule/SingleTableRuleTest.java
 (63%)
 copy 
shardingsphere-db-protocol/shardingsphere-db-protocol-mysql/src/test/java/org/apache/shardingsphere/db/protocol/mysql/constant/MySQLBinlogEventTypeTest.java
 => 
shardingsphere-kernel/shardingsphere-transaction/shardingsphere-transaction-core/src/test/java/org/apache/shardingsphere/transaction/rule/TransactionRuleTest.java
 (67%)

Reply via email to