jmx-dev RFR: 8241865: sun/management/jdp tests fail (Timed out waiting for JDP packet)

Chris Plummer cjplummer at openjdk.org
Fri Dec 13 20:42:35 UTC 2024


On Fri, 13 Dec 2024 18:58:12 GMT, Kevin Walls <kevinw at openjdk.org> wrote:

> This test has been noisy lately, and all the failures have been on "Mac OS X 15.0.1 (aarch64)".
> 
> Forcing it to require any other OS version looks good in my testing.

test/jdk/sun/management/jdp/JdpDefaultsTest.java line 33:

> 31:  * @test JdpDefaultsTest
> 32:  * @summary Assert that we can read JDP packets from a multicast socket connection, on default IP and port.
> 33:  * @requires os.version != "Mac OS X 15.0.1 (aarch64)"

Unless there is a known reason why this test cannot run on this platform, this is probably not the appropriate fix here. I'd suggest keeping the CR open and problem listing for macosx-aarch64.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/22742#discussion_r1884519109


More information about the jmx-dev mailing list