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 <[email protected]>
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();

Reply via email to