On Tue, 21 Jun 2022 06:40:36 GMT, Jaikiran Pai <j...@openjdk.org> wrote:
> Can I please get a review for this change which proposes to remove the > `CompressorPluginTest` from the problemlist? > > This test was problem listed since it had intermittently failed with odd > exception in the past (https://bugs.openjdk.org/browse/JDK-8247407). Over the > past several months I have attempted multiple runs of this test (with very > high test repeats) both locally as well as a CI setup to see if this is still > reproducible. So far, I haven't been able to reproduce it. Given the odd > exception it was throwing originally, it's hard to say what the issue could > have been (and whether it got fixed in recent times), but since it isn't > reproducible now, I would like to remove this from the problemlist. If it > does fail again, I'll go ahead and collect some additional details to help > narrow this down. Thank you Alan for the review. ------------- PR: https://git.openjdk.org/jdk/pull/9221