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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8c43b72  Move DatabaseSQLInitialization and EmbeddedDatabase services 
file to shardingsphere-integration-test-fixture module (#9806)
8c43b72 is described below

commit 8c43b72afd28b8208bacefd420029642f4228c1d
Author: Liang Zhang <[email protected]>
AuthorDate: Wed Mar 24 21:21:12 2021 +0800

    Move DatabaseSQLInitialization and EmbeddedDatabase services file to 
shardingsphere-integration-test-fixture module (#9806)
---
 ...shardingsphere.test.integration.env.database.embedded.EmbeddedDatabase | 0
 ...test.integration.env.database.initialization.DatabaseSQLInitialization | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/META-INF/services/org.apache.shardingsphere.test.integration.env.database.embedded.EmbeddedDatabase
 
b/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-fixture/src/test/resources/META-INF/services/org.apache.shardingsphere.test.integration.env.database.embedded.EmbeddedDatabase
similarity index 100%
rename from 
shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/META-INF/services/org.apache.shardingsphere.test.integration.env.database.embedded.EmbeddedDatabase
rename to 
shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-fixture/src/test/resources/META-INF/services/org.apache.shardingsphere.test.integration.env.database.embedded.EmbeddedDatabase
diff --git 
a/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/META-INF/services/org.apache.shardingsphere.test.integration.env.database.initialization.DatabaseSQLInitialization
 
b/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-fixture/src/test/resources/META-INF/services/org.apache.shardingsphere.test.integration.env.database.initialization.DatabaseSQLInitialization
similarity index 100%
rename from 
shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/META-INF/services/org.apache.shardingsphere.test.integration.env.database.initialization.DatabaseSQLInitialization
rename to 
shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-fixture/src/test/resources/META-INF/services/org.apache.shardingsphere.test.integration.env.database.initialization.DatabaseSQLInitialization

Reply via email to