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

cwylie pushed a commit to branch 35.0.1
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/35.0.1 by this push:
     new 267ce3e0b54 ignore gunzip bug test
267ce3e0b54 is described below

commit 267ce3e0b54b98083bdd5f198bb6d449020ffd8e
Author: Clint Wylie <[email protected]>
AuthorDate: Mon Dec 1 23:59:42 2025 -0800

    ignore gunzip bug test
---
 .../java/org/apache/druid/java/util/common/CompressionUtilsTest.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/processing/src/test/java/org/apache/druid/java/util/common/CompressionUtilsTest.java
 
b/processing/src/test/java/org/apache/druid/java/util/common/CompressionUtilsTest.java
index f02e441573a..1630cc4a400 100644
--- 
a/processing/src/test/java/org/apache/druid/java/util/common/CompressionUtilsTest.java
+++ 
b/processing/src/test/java/org/apache/druid/java/util/common/CompressionUtilsTest.java
@@ -33,6 +33,7 @@ import 
org.apache.commons.compress.compressors.zstandard.ZstdCompressorOutputStr
 import org.apache.druid.utils.CompressionUtils;
 import org.junit.Assert;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 import org.junit.rules.TemporaryFolder;
@@ -553,6 +554,7 @@ public class CompressionUtilsTest
   // If this ever passes, er... fails to fail... then the bug is fixed
   @Test(expected = AssertionError.class)
   // http://bugs.java.com/bugdatabase/view_bug.do?bug_id=7036144
+  @Ignore("This test fails in JDK 21, looks like the bug was fixed in 21.0.9 
at least.")
   public void testGunzipBug() throws IOException
   {
     final ByteArrayOutputStream tripleGzByteStream = new 
ByteArrayOutputStream(GZ_BYTES.length * 3);


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to