[jdk17u-dev] RFR: 8350540: [17u, 11u] B8312065.java fails Network is unreachable
SendaoYan
syan at openjdk.org
Tue Apr 22 02:52:48 UTC 2025
On Mon, 24 Mar 2025 16:46:46 GMT, Paul Hohensee <phh at openjdk.org> wrote:
>> Hi all,
>>
>> Test test/jdk/java/net/Socket/B8312065.java fails on some machines. Test assume 192.168.255.255 is not in use, but on some machines linux command `ping 192.168.255.255` will report "ping: connect: Network is unreachable" failure, so this test will report "java.net.ConnectException: Network is unreachable (connect failed)" failure. And this failure is not caused by JDK bug, so I think it's better throw `jtreg.SkippedException` when this failure reported.
>>
>> Change has been verified locally, test-fix only to make test more robustness, no risk.
>
> Marked as reviewed by phh (Reviewer).
@phohensee Thanks for the reviews.
-------------
PR Comment: https://git.openjdk.org/jdk17u-dev/pull/3293#issuecomment-2819927029
More information about the jdk-updates-dev
mailing list