You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by ni...@apache.org on 2020/12/29 15:58:41 UTC

[shardingsphere] branch master updated (c7a4cac -> d0ec67c)

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

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


    from c7a4cac  Add SchemaEnvironmentManager.executeSQLScript (#8813)
     add d0ec67c  Refactor EnvironmentPath (#8815)

No new revisions were added by this update.

Summary of changes:
 .../test/integration/engine/BaseIT.java            |  2 +-
 .../test/integration/engine/BatchIT.java           |  2 +-
 .../test/integration/engine/dcl/BaseDCLIT.java     |  2 +-
 .../test/integration/engine/ddl/BaseDDLIT.java     |  8 ++--
 .../test/integration/engine/dml/BaseDMLIT.java     |  2 +-
 .../test/integration/engine/dql/BaseDQLIT.java     |  2 +-
 .../test/integration/env/EnvironmentPath.java      | 55 ++++++++++++----------
 .../env/dataset/DataSetEnvironmentManager.java     |  4 +-
 .../env/schema/SchemaEnvironmentManager.java       | 10 ++--
 .../env/db/{sharding-rule.yaml => rules.yaml}      |  0
 .../{sharding-rule.yaml => rules.yaml}             |  0
 .../{sharding-rule.yaml => rules.yaml}             |  0
 .../env/shadow/{sharding-rule.yaml => rules.yaml}  |  0
 .../env/tbl/{sharding-rule.yaml => rules.yaml}     |  0
 14 files changed, 45 insertions(+), 42 deletions(-)
 rename shardingsphere-test/shardingsphere-integration-test/shardingsphere-test-suite/src/test/resources/integrate/env/db/{sharding-rule.yaml => rules.yaml} (100%)
 rename shardingsphere-test/shardingsphere-integration-test/shardingsphere-test-suite/src/test/resources/integrate/env/dbtbl_with_replica_query/{sharding-rule.yaml => rules.yaml} (100%)
 rename shardingsphere-test/shardingsphere-integration-test/shardingsphere-test-suite/src/test/resources/integrate/env/replica_query/{sharding-rule.yaml => rules.yaml} (100%)
 rename shardingsphere-test/shardingsphere-integration-test/shardingsphere-test-suite/src/test/resources/integrate/env/shadow/{sharding-rule.yaml => rules.yaml} (100%)
 rename shardingsphere-test/shardingsphere-integration-test/shardingsphere-test-suite/src/test/resources/integrate/env/tbl/{sharding-rule.yaml => rules.yaml} (100%)