You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2020/04/15 06:27:48 UTC

[incubator-iotdb] branch remove_mtree_test_setup created (now 9f1c03d)

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

qiaojialin pushed a change to branch remove_mtree_test_setup
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


      at 9f1c03d  remove EnvironmentUtils.setup and clean in MTreeTest

This branch includes the following new commits:

     new 9f1c03d  remove EnvironmentUtils.setup and clean in MTreeTest

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-iotdb] 01/01: remove EnvironmentUtils.setup and clean in MTreeTest

Posted by qi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch remove_mtree_test_setup
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit 9f1c03d7cf6568e59b94136d53408b04d11c79fc
Author: qiaojialin <64...@qq.com>
AuthorDate: Wed Apr 15 14:27:28 2020 +0800

    remove EnvironmentUtils.setup and clean in MTreeTest
---
 .../src/test/java/org/apache/iotdb/db/metadata/MTreeTest.java  | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/server/src/test/java/org/apache/iotdb/db/metadata/MTreeTest.java b/server/src/test/java/org/apache/iotdb/db/metadata/MTreeTest.java
index 4eada5e..771c00b 100644
--- a/server/src/test/java/org/apache/iotdb/db/metadata/MTreeTest.java
+++ b/server/src/test/java/org/apache/iotdb/db/metadata/MTreeTest.java
@@ -39,16 +39,6 @@ import org.junit.Test;
 
 public class MTreeTest {
 
-  @Before
-  public void setUp() throws Exception {
-    EnvironmentUtils.envSetUp();
-  }
-
-  @After
-  public void tearDown() throws Exception {
-    EnvironmentUtils.cleanEnv();
-  }
-
   @Test
   public void testAddLeftNodePath() throws MetadataException {
     MTree root = new MTree();