You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/10/27 13:51:35 UTC

[iotdb] 01/01: Ignore BufferedPipeDataQueueTest.testOfferWhileTakingWithDiscontinuousSerialNumber

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

haonan pushed a commit to branch BufferedPipeDataQueueTest
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit bb3516718975f1882d50aeee7a15b2f9c0307767
Author: HTHou <hh...@outlook.com>
AuthorDate: Thu Oct 27 21:51:02 2022 +0800

    Ignore BufferedPipeDataQueueTest.testOfferWhileTakingWithDiscontinuousSerialNumber
---
 .../org/apache/iotdb/db/sync/pipedata/BufferedPipeDataQueueTest.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/server/src/test/java/org/apache/iotdb/db/sync/pipedata/BufferedPipeDataQueueTest.java b/server/src/test/java/org/apache/iotdb/db/sync/pipedata/BufferedPipeDataQueueTest.java
index fec84fef68..976612d2de 100644
--- a/server/src/test/java/org/apache/iotdb/db/sync/pipedata/BufferedPipeDataQueueTest.java
+++ b/server/src/test/java/org/apache/iotdb/db/sync/pipedata/BufferedPipeDataQueueTest.java
@@ -31,6 +31,7 @@ import org.apache.commons.io.FileUtils;
 import org.junit.After;
 import org.junit.Assert;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
@@ -547,7 +548,7 @@ public class BufferedPipeDataQueueTest {
       Assert.fail();
     }
   }
-
+  @Ignore
   @Test
   public void testOfferWhileTakingWithDiscontinuousSerialNumber() {
     try {