RFR: JDK-8263256: Test java/net/Inet6Address/serialize/Inet6AddressSerializationTest.java fails due to dynamic reconfigurations of network interface during test
Jaikiran Pai
jpai at openjdk.org
Thu Dec 7 10:19:36 UTC 2023
On Wed, 6 Dec 2023 16:33:40 GMT, Mark Sheppard <msheppar at openjdk.org> wrote:
> Test java/net/Inet6Address/serialize/Inet6AddressSerializationTest.java fails fails due to dynamic reconfigurations of network interface during test - this fix uses the utility method NetworkConfiguration::isSameInterface to replace NetworkInterface::equals method call. Additionally, for macosx the awdl and llw interfaces are excluded from the test
>
> Please oblige and review this change to address issue https://bugs.openjdk.org/browse/JDK-8263256
test/jdk/java/net/Inet6Address/serialize/Inet6AddressSerializationTest.java line 192:
> 190: }
> 191: }
> 192: // skipp awdl and llw interfaces on macosx
Hello Mark, this and a few other places have a typo for the word "skip"
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16998#discussion_r1418717895
More information about the net-dev
mailing list