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 2022/11/28 05:54:00 UTC

[iotdb] branch rel/1.0 updated: [To rel/1.0] [IOTDB-5068] Fix CompactionSchedulerTest (#8224)

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

qiaojialin pushed a commit to branch rel/1.0
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/1.0 by this push:
     new 61139d98f1 [To rel/1.0] [IOTDB-5068] Fix CompactionSchedulerTest (#8224)
61139d98f1 is described below

commit 61139d98f1c467b62f6d93adebfdc606ff2d805c
Author: Liu Xuxin <37...@users.noreply.github.com>
AuthorDate: Mon Nov 28 13:53:52 2022 +0800

    [To rel/1.0] [IOTDB-5068] Fix CompactionSchedulerTest (#8224)
---
 .../org/apache/iotdb/db/engine/compaction/CompactionSchedulerTest.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/server/src/test/java/org/apache/iotdb/db/engine/compaction/CompactionSchedulerTest.java b/server/src/test/java/org/apache/iotdb/db/engine/compaction/CompactionSchedulerTest.java
index e498fcf1b2..e51d57cde9 100644
--- a/server/src/test/java/org/apache/iotdb/db/engine/compaction/CompactionSchedulerTest.java
+++ b/server/src/test/java/org/apache/iotdb/db/engine/compaction/CompactionSchedulerTest.java
@@ -429,7 +429,6 @@ public class CompactionSchedulerTest {
           e.printStackTrace();
         }
       }
-      assertEquals(0, tsFileManager.getTsFileList(false).size());
       totalWaitingTime = 0;
       while (tsFileManager.getTsFileList(false).size() > 0) {
         try {