RFR: 8313256: Exclude failing multicast tests on AIX [v2]
Christoph Langer
clanger at openjdk.org
Mon Jul 31 11:09:51 UTC 2023
On Mon, 31 Jul 2023 10:38:59 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> So if @AlanBateman does not insist, I'd keep it as is and hopefully rember for next time ;-)
>
> I don't have a string opinion either way. I think the main thing is that I suspect you'll need to exclude more tests as there are several tests for DatagramChannel that join multicast groups and some of these likely assume they can join an IPv4 multicast group when cases where the DatagramChannel is created with the no-arg open method (and IPv6 is enabled) or with the IPV6 protocol family.
I've created https://bugs.openjdk.org/browse/JDK-8313404 to extract the fix for jdk_foreign from this PR. It's cleaner, also for backporting, although it incurs some process overhead.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15074#discussion_r1279141929
More information about the net-dev
mailing list