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 2020/08/06 10:12:51 UTC

[shardingsphere] branch master updated: #6600, reduce time cost from 1 hour to 5 minutes (#6669)

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

panjuan 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 d26f957  #6600, reduce time cost from 1 hour to 5 minutes (#6669)
d26f957 is described below

commit d26f957a3d9264a8ea0d1163612d9c07a8f3b4bc
Author: Zhang Yonglun <zh...@apache.org>
AuthorDate: Thu Aug 6 18:12:39 2020 +0800

    #6600, reduce time cost from 1 hour to 5 minutes (#6669)
---
 .../test/java/org/apache/shardingsphere/dbtest/engine/dcl/BaseDCLIT.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/shardingsphere-integration-test/shardingsphere-test-suite/src/test/java/org/apache/shardingsphere/dbtest/engine/dcl/BaseDCLIT.java b/shardingsphere-integration-test/shardingsphere-test-suite/src/test/java/org/apache/shardingsphere/dbtest/engine/dcl/BaseDCLIT.java
index 5121940..e742a5b 100644
--- a/shardingsphere-integration-test/shardingsphere-test-suite/src/test/java/org/apache/shardingsphere/dbtest/engine/dcl/BaseDCLIT.java
+++ b/shardingsphere-integration-test/shardingsphere-test-suite/src/test/java/org/apache/shardingsphere/dbtest/engine/dcl/BaseDCLIT.java
@@ -108,7 +108,6 @@ public abstract class BaseDCLIT extends SingleIT {
 
     @Before
     public void insertData() throws SQLException, ParseException, IOException, JAXBException {
-        new DataSetEnvironmentManager(EnvironmentPath.getDataInitializeResourceFile(getRuleType()), getDataSourceMap()).initialize();
         authorityEnvironmentManager.initialize();
     }