This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 642efa9 remove EnvironmentUtils.setup and clean in MTreeTest (#1054)
642efa9 is described below
commit 642efa9a19fcdffd74f66ee01c16d589ab2f2181
Author: Jialin Qiao <[email protected]>
AuthorDate: Wed Apr 15 16:55:26 2020 +0800
remove EnvironmentUtils.setup and clean in MTreeTest (#1054)
---
.../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();