You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2022/12/25 06:40:43 UTC

[iotdb] branch jenkins-disable-integration updated: add log to check why the system is blocked on Jenkins

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

hxd pushed a commit to branch jenkins-disable-integration
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/jenkins-disable-integration by this push:
     new 4a7ff5c2f4 add log to check why the system is blocked on Jenkins
4a7ff5c2f4 is described below

commit 4a7ff5c2f4439d965beb778ce4ca5bf493a66350
Author: xiangdong huang <hx...@timecho.com>
AuthorDate: Sun Dec 25 14:40:31 2022 +0800

    add log to check why the system is blocked on Jenkins
---
 .../org/apache/iotdb/db/engine/storagegroup/TsFileProcessorTest.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/server/src/test/java/org/apache/iotdb/db/engine/storagegroup/TsFileProcessorTest.java b/server/src/test/java/org/apache/iotdb/db/engine/storagegroup/TsFileProcessorTest.java
index 930d34c0df..3ecae7e3a3 100644
--- a/server/src/test/java/org/apache/iotdb/db/engine/storagegroup/TsFileProcessorTest.java
+++ b/server/src/test/java/org/apache/iotdb/db/engine/storagegroup/TsFileProcessorTest.java
@@ -95,8 +95,10 @@ public class TsFileProcessorTest {
 
   @After
   public void tearDown() throws Exception {
+    logger.info("tear down...");
     EnvironmentUtils.cleanEnv();
     EnvironmentUtils.cleanDir(TestConstant.OUTPUT_DATA_DIR);
+    logger.info("tear down done.");
   }
 
   @Test