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/08/12 10:12:09 UTC

[iotdb] branch fix-cross-space-compaction-validation-test-0.13 created (now bc8d6d0ed5)

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

marklau99 pushed a change to branch fix-cross-space-compaction-validation-test-0.13
in repository https://gitbox.apache.org/repos/asf/iotdb.git


      at bc8d6d0ed5 fix test

This branch includes the following new commits:

     new bc8d6d0ed5 fix test

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: fix test

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

marklau99 pushed a commit to branch fix-cross-space-compaction-validation-test-0.13
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit bc8d6d0ed588213ac469c3e097308e72eca0fbbb
Author: Liu Xuxin <li...@outlook.com>
AuthorDate: Fri Aug 12 18:11:48 2022 +0800

    fix test
---
 .../apache/iotdb/db/engine/compaction/AbstractCompactionTest.java   | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/server/src/test/java/org/apache/iotdb/db/engine/compaction/AbstractCompactionTest.java b/server/src/test/java/org/apache/iotdb/db/engine/compaction/AbstractCompactionTest.java
index beb2ee910c..2a59682443 100644
--- a/server/src/test/java/org/apache/iotdb/db/engine/compaction/AbstractCompactionTest.java
+++ b/server/src/test/java/org/apache/iotdb/db/engine/compaction/AbstractCompactionTest.java
@@ -187,6 +187,12 @@ public class AbstractCompactionTest {
           isAlign,
           isSeq);
     }
+    // sleep a moment to avoid generating files with same timestamp
+    try {
+      Thread.sleep(10);
+    } catch (Exception e) {
+
+    }
   }
 
   private void addResource(