You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by wu...@apache.org on 2021/02/03 16:24:03 UTC

[shardingsphere] branch master updated (9d3f436 -> e4bd906)

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

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


    from 9d3f436  Refactor CuratorZookeeperRepositoryTest (#9299)
     add e4bd906  Add common embedded-databases.properties (#9303)

No new revisions were added by this update.

Summary of changes:
 .../env/IntegrationTestEnvironment.java            | 19 ++++++++---
 .../env/database/DatabaseEnvironmentManager.java   |  1 +
 .../EmbeddedDatabaseDistributionProperties.java    | 37 +++++++++++-----------
 .../{ => type}/MySQLEmbeddedDatabaseResource.java  | 12 ++-----
 .../test/resources/env/db/scenario-env.properties  |  4 ---
 .../scenario-env.properties                        |  4 ---
 .../resources/env/embedded-databases.properties    |  8 ++---
 .../env/replica_query/scenario-env.properties      |  4 ---
 .../test/resources/env/tbl/scenario-env.properties |  4 ---
 9 files changed, 41 insertions(+), 52 deletions(-)
 copy shardingsphere-sql-parser/shardingsphere-sql-parser-engine/src/main/java/org/apache/shardingsphere/sql/parser/api/SQLVisitorEngine.java => shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/java/org/apache/shardingsphere/test/integration/env/database/EmbeddedDatabaseDistributionProperties.java (53%)
 rename shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/java/org/apache/shardingsphere/test/integration/env/database/{ => type}/MySQLEmbeddedDatabaseResource.java (82%)
 copy examples/shardingsphere-jdbc-example/other-feature-example/encrypt-example/encrypt-spring-boot-example/src/main/resources/application.properties => shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/env/embedded-databases.properties (77%)