Re: RFR: 8350546: Several java/net/InetAddress tests fails UnknownHostException [v4]

2025-03-03 Thread SendaoYan
On Mon, 3 Mar 2025 14:35:30 GMT, Daniel Fuchs wrote: >> SendaoYan has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Remove "@build jtreg.SkippedException" > > test/jdk/java/net/InetAddress/getOriginalHostName.java line 47: > >> 45:

Re: RFR: 8350546: Several java/net/InetAddress tests fails UnknownHostException [v7]

2025-03-03 Thread SendaoYan
> Hi all, > > Two java/net/InetAddress tests fails "java.net.UnknownHostException" on some > special machines. The machine cannot connect to the Internet directly and > needs to be connected to the Internet through a jump machine. The > java/net/InetAddress tests report "java.net.UnknownHostExc

Re: RFR: 8350546: Several java/net/InetAddress tests fails UnknownHostException [v6]

2025-03-03 Thread SendaoYan
> Hi all, > > Two java/net/InetAddress tests fails "java.net.UnknownHostException" on some > special machines. The machine cannot connect to the Internet directly and > needs to be connected to the Internet through a jump machine. The > java/net/InetAddress tests report "java.net.UnknownHostExc

Re: RFR: 8350546: Several java/net/InetAddress tests fails UnknownHostException [v5]

2025-03-03 Thread SendaoYan
> Hi all, > > Two java/net/InetAddress tests fails "java.net.UnknownHostException" on some > special machines. The machine cannot connect to the Internet directly and > needs to be connected to the Internet through a jump machine. The > java/net/InetAddress tests report "java.net.UnknownHostExc

Re: RFR: 8350546: Several java/net/InetAddress tests fails UnknownHostException [v4]

2025-03-03 Thread Daniel Fuchs
On Mon, 3 Mar 2025 11:18:10 GMT, SendaoYan wrote: >> Hi all, >> >> Two java/net/InetAddress tests fails "java.net.UnknownHostException" on some >> special machines. The machine cannot connect to the Internet directly and >> needs to be connected to the Internet through a jump machine. The >>

Re: RFR: 8350546: Several java/net/InetAddress tests fails UnknownHostException [v4]

2025-03-03 Thread Daniel Fuchs
On Mon, 3 Mar 2025 12:49:30 GMT, Jaikiran Pai wrote: >> SendaoYan has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Remove "@build jtreg.SkippedException" > > test/jdk/java/net/InetAddress/IsReachableViaLoopbackTest.java line 63: > >> 61:

Re: RFR: 8350546: Several java/net/InetAddress tests fails UnknownHostException [v4]

2025-03-03 Thread Mikhail Yankelevich
On Mon, 3 Mar 2025 11:18:10 GMT, SendaoYan wrote: >> Hi all, >> >> Two java/net/InetAddress tests fails "java.net.UnknownHostException" on some >> special machines. The machine cannot connect to the Internet directly and >> needs to be connected to the Internet through a jump machine. The >>

Re: RFR: 8350546: Several java/net/InetAddress tests fails UnknownHostException [v4]

2025-03-03 Thread Jaikiran Pai
On Mon, 3 Mar 2025 11:18:10 GMT, SendaoYan wrote: >> Hi all, >> >> Two java/net/InetAddress tests fails "java.net.UnknownHostException" on some >> special machines. The machine cannot connect to the Internet directly and >> needs to be connected to the Internet through a jump machine. The >>

Re: RFR: 8350546: Several java/net/InetAddress tests fails UnknownHostException [v4]

2025-03-03 Thread SendaoYan
> Hi all, > > Two java/net/InetAddress tests fails "java.net.UnknownHostException" on some > special machines. The machine cannot connect to the Internet directly and > needs to be connected to the Internet through a jump machine. The > java/net/InetAddress tests report "java.net.UnknownHostExc

Re: RFR: 8350546: Several java/net/InetAddress tests fails UnknownHostException [v4]

2025-03-03 Thread SendaoYan
On Mon, 3 Mar 2025 10:21:08 GMT, Mikhail Yankelevich wrote: >> SendaoYan has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Remove "@build jtreg.SkippedException" > > test/jdk/java/net/InetAddress/IsReachableViaLoopbackTest.java line 35: >

Re: RFR: 8350546: Several java/net/InetAddress tests fails UnknownHostException [v3]

2025-03-03 Thread SendaoYan
On Mon, 3 Mar 2025 10:26:41 GMT, Mikhail Yankelevich wrote: >> SendaoYan has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Replace "import *" as import explicitly > > test/jdk/java/net/InetAddress/IsReachableViaLoopbackTest.java line 26: >

Re: RFR: 8350546: Several java/net/InetAddress tests fails UnknownHostException [v3]

2025-03-03 Thread SendaoYan
> Hi all, > > Two java/net/InetAddress tests fails "java.net.UnknownHostException" on some > special machines. The machine cannot connect to the Internet directly and > needs to be connected to the Internet through a jump machine. The > java/net/InetAddress tests report "java.net.UnknownHostExc

Re: RFR: 8350546: Several java/net/InetAddress tests fails UnknownHostException [v2]

2025-03-03 Thread SendaoYan
On Mon, 3 Mar 2025 10:40:22 GMT, Mikhail Yankelevich wrote: >> SendaoYan has updated the pull request incrementally with one additional >> commit since the last revision: >> >> "Network setup issue" more concisely > > test/jdk/java/net/InetAddress/IsReachableViaLoopbackTest.java line 64: > >

Re: RFR: 8350546: Several java/net/InetAddress tests fails UnknownHostException [v2]

2025-03-03 Thread SendaoYan
> Hi all, > > Two java/net/InetAddress tests fails "java.net.UnknownHostException" on some > special machines. The machine cannot connect to the Internet directly and > needs to be connected to the Internet through a jump machine. The > java/net/InetAddress tests report "java.net.UnknownHostExc

Re: RFR: 8350546: Several java/net/InetAddress tests fails UnknownHostException

2025-03-03 Thread Mikhail Yankelevich
On Tue, 25 Feb 2025 08:57:00 GMT, SendaoYan wrote: > Hi all, > > Two java/net/InetAddress tests fails "java.net.UnknownHostException" on some > special machines. The machine cannot connect to the Internet directly and > needs to be connected to the Internet through a jump machine. The > java/

Re: RFR: 8281511: java/net/ipv6tests/UdpTest.java fails with checkTime failed [v4]

2025-03-03 Thread serhiysachkov
On Fri, 28 Feb 2025 14:48:43 GMT, Mark Sheppard wrote: > I think the checkTime from the base class Tests, should be reviewed in the > context of the reported failures, where some of the actual timeouts > registered are 10699 , 16926, 17926 > > The timeout check is > > /* check the time got is