RFR: 8284771: java/util/zip/CloseInflaterDeflaterTest.java failed with "AssertionError: Expected IOException to be thrown, but nothing was thrown"

Lance Andersen lancea at openjdk.java.net
Tue Apr 12 20:36:39 UTC 2022


On Tue, 12 Apr 2022 20:09:31 GMT, Ravi Reddy <rreddy at openjdk.org> wrote:

> CloseInflaterDeflaterTest.java is failing intermittently(Observed once in macOS and Linux), testInflaterOutputStream() is added as an extra test as part of https://bugs.openjdk.java.net/browse/JDK-8278794. Disabling this test for now before debugging any timing issues in Inflater.

Hi Ravi,

Yes, makes sense to disable the test to keep Mach5 happy given this failure is very very intermittent while you try to chase down whether it is an implementation or test issue

-------------

Marked as reviewed by lancea (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/8213


More information about the core-libs-dev mailing list