You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ma...@apache.org on 2022/11/28 05:45:04 UTC

[iotdb] branch IOTDB-5068 created (now f22d1aab5f)

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

marklau99 pushed a change to branch IOTDB-5068
in repository https://gitbox.apache.org/repos/asf/iotdb.git


      at f22d1aab5f try to fix ci

This branch includes the following new commits:

     new f22d1aab5f try to fix ci

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.



[iotdb] 01/01: try to fix ci

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

marklau99 pushed a commit to branch IOTDB-5068
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit f22d1aab5f7002a874e4eda368b62bd96ade4bcd
Author: LiuXuxin <li...@outlook.com>
AuthorDate: Mon Nov 28 13:44:51 2022 +0800

    try to fix ci
---
 .../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 {