RFR: JDK-8263256: Test java/net/Inet6Address/serialize/Inet6AddressSerializationTest.java fails due to dynamic reconfigurations of network interface during test [v3]

Daniel Fuchs dfuchs at openjdk.org
Thu Dec 7 15:02:28 UTC 2023


On Thu, 7 Dec 2023 11:30:56 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
>
> Mark Sheppard has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Test java/net/Inet6Address/serialize/Inet6AddressSerializationTest.java fails due to dynamic reconfigurations of network interface during test correct typo skipp --> skip

Thanks for this fix @msheppar !

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

PR Review: https://git.openjdk.org/jdk/pull/16998#pullrequestreview-1770365089


More information about the net-dev mailing list