From aixtools at felt.demon.nl Thu Jan 20 13:49:46 2022 From: aixtools at felt.demon.nl (Michael Felt) Date: Thu, 20 Jan 2022 14:49:46 +0100 Subject: Pull Request: 7013: AIX: InetAddress.getByName(addr) does not work as expected Message-ID: Hello all, This is a test that fails in some environments - enough so that has been added to the ignore-list at AdoptOpenJDK (now Adoptium). And it will stay there until it gets fixed upstream. I researched this and came up with differences that are behave differently depending on the environment, e.g., my server, and partitions hosted at IBM garage respond - at CLI - ``` aixtools at x064:[/data/prj/aixtools/tests]ping 0.0.0.0 PING 0.0.0.0: (0.0.0.0): 56 data bytes --- 0.0.0.0 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ``` While at OSUOSL environment: ``` aixtools at nim.bak:[/home/aixtools]ping 0.0.0.0 PING 0.0.0.0: (0.0.0.0): 56 data bytes 64 bytes from 140.211.9.1: icmp_seq=0 ttl=255 time=0 ms 64 bytes from 140.211.9.1: icmp_seq=1 ttl=255 time=0 ms 64 bytes from 140.211.9.1: icmp_seq=2 ttl=255 time=0 ms --- 0.0.0.0 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 0/0/0 ms ``` The patch is to make this test work in both environments - without any need to change the `java.net.InetAddress` or `java.net.Inet6Address` definitions. Regards, Michael -------------- next part -------------- An HTML attachment was scrubbed... URL: From thomas.stuefe at gmail.com Sat Jan 22 08:40:41 2022 From: thomas.stuefe at gmail.com (=?UTF-8?Q?Thomas_St=C3=BCfe?=) Date: Sat, 22 Jan 2022 09:40:41 +0100 Subject: Pull Request: 7013: AIX: InetAddress.getByName(addr) does not work as expected In-Reply-To: References: Message-ID: Hi Micheal, welcome, and thank you for your contribution! I opened a bug id for you to track this: https://bugs.openjdk.java.net/browse/JDK-8280498 . I can sponsor this patch for you. You need one reviewer, I think. I don't have the cycles right now to think this through. I cc core-libs dev since this is a networking issue and one of their tests. Cheers, Thomas On Thu, Jan 20, 2022 at 2:50 PM Michael Felt wrote: > Hello all, > > This is a test that fails in some environments - enough so that has been > added to the ignore-list at AdoptOpenJDK (now Adoptium). And it will stay > there until it gets fixed upstream. > > I researched this and came up with differences that are behave differently > depending on the environment, e.g., my server, and partitions hosted at IBM > garage respond - at CLI - > > ``` > > aixtools at x064:[/data/prj/aixtools/tests]ping 0.0.0.0 > PING 0.0.0.0: (0.0.0.0): 56 data bytes > > --- 0.0.0.0 ping statistics --- > 5 packets transmitted, 0 packets received, 100% packet loss > ``` > > While at OSUOSL environment: > ``` > > aixtools at nim.bak:[/home/aixtools]ping 0.0.0.0 > PING 0.0.0.0: (0.0.0.0): 56 data bytes > 64 bytes from 140.211.9.1: icmp_seq=0 ttl=255 time=0 ms > 64 bytes from 140.211.9.1: icmp_seq=1 ttl=255 time=0 ms > 64 bytes from 140.211.9.1: icmp_seq=2 ttl=255 time=0 ms > > --- 0.0.0.0 ping statistics --- > 3 packets transmitted, 3 packets received, 0% packet loss > round-trip min/avg/max = 0/0/0 ms > ``` > > The patch is to make this test work in both environments - without any > need to change the `java.net.InetAddress` or > `java.net.Inet6Address` definitions. > > Regards, > > Michael > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Alan.Bateman at oracle.com Sat Jan 22 09:59:45 2022 From: Alan.Bateman at oracle.com (Alan Bateman) Date: Sat, 22 Jan 2022 09:59:45 +0000 Subject: Pull Request: 7013: AIX: InetAddress.getByName(addr) does not work as expected In-Reply-To: References: Message-ID: <4cd329f0-766b-3f50-da29-c1908a0f1bd1@oracle.com> On 22/01/2022 08:40, Thomas St?fe wrote: > Hi Micheal, > > welcome, and thank you for your contribution! > > I opened a bug id for you to track this: > https://bugs.openjdk.java.net/browse/JDK-8280498 . I can sponsor this patch > for you. > > You need one reviewer, I think. I don't have the cycles right now to think > this through. I cc core-libs dev since this is a networking issue and one > of their tests. > The networking tests are maintained on net-dev so if there is a PR then it should go to that list. -Alan From thomas.stuefe at gmail.com Sat Jan 22 10:23:19 2022 From: thomas.stuefe at gmail.com (=?UTF-8?Q?Thomas_St=C3=BCfe?=) Date: Sat, 22 Jan 2022 11:23:19 +0100 Subject: Pull Request: 7013: AIX: InetAddress.getByName(addr) does not work as expected In-Reply-To: <4cd329f0-766b-3f50-da29-c1908a0f1bd1@oracle.com> References: <4cd329f0-766b-3f50-da29-c1908a0f1bd1@oracle.com> Message-ID: Redirecting to net-dev On Sat, Jan 22, 2022 at 11:00 AM Alan Bateman wrote: > On 22/01/2022 08:40, Thomas St?fe wrote: > > Hi Micheal, > > > > welcome, and thank you for your contribution! > > > > I opened a bug id for you to track this: > > https://bugs.openjdk.java.net/browse/JDK-8280498 . I can sponsor this > patch > > for you. > > > > You need one reviewer, I think. I don't have the cycles right now to > think > > this through. I cc core-libs dev since this is a networking issue and one > > of their tests. > > > The networking tests are maintained on net-dev so if there is a PR then > it should go to that list. > > -Alan > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From aixtools at felt.demon.nl Sun Jan 23 10:49:14 2022 From: aixtools at felt.demon.nl (Michael Felt) Date: Sun, 23 Jan 2022 11:49:14 +0100 Subject: Pull Request: 7013: AIX: InetAddress.getByName(addr) does not work as expected In-Reply-To: References: <4cd329f0-766b-3f50-da29-c1908a0f1bd1@oracle.com> Message-ID: <05de01d81046$dcbd53a0$9637fae0$@felt.demon.nl> Thank you Thomas! From: Thomas St?fe Sent: Saturday, 22 January 2022 11:23 To: Alan Bateman Cc: Michael Felt ; ppc-aix-port-dev ; net-dev Subject: Re: Pull Request: 7013: AIX: InetAddress.getByName(addr) does not work as expected Redirecting to net-dev On Sat, Jan 22, 2022 at 11:00 AM Alan Bateman > wrote: On 22/01/2022 08:40, Thomas St?fe wrote: > Hi Micheal, > > welcome, and thank you for your contribution! > > I opened a bug id for you to track this: > https://bugs.openjdk.java.net/browse/JDK-8280498 . I can sponsor this patch > for you. > > You need one reviewer, I think. I don't have the cycles right now to think > this through. I cc core-libs dev since this is a networking issue and one > of their tests. > The networking tests are maintained on net-dev so if there is a PR then it should go to that list. -Alan -------------- next part -------------- An HTML attachment was scrubbed... URL: From aixtools at felt.demon.nl Fri Jan 28 14:07:54 2022 From: aixtools at felt.demon.nl (Michael Felt) Date: Fri, 28 Jan 2022 15:07:54 +0100 Subject: Pull Request: 7013: AIX: InetAddress.getByName(addr) does not work as expected In-Reply-To: <4cd329f0-766b-3f50-da29-c1908a0f1bd1@oracle.com> References: <4cd329f0-766b-3f50-da29-c1908a0f1bd1@oracle.com> Message-ID: <054d01d81450$71fe2590$55fa70b0$@felt.demon.nl> Thanks Alan - for opening the ticket. (Open my eyes). Still need to know if I am expected to repond to the ticket, and if so - how. -----Original Message----- From: Alan Bateman Sent: Saturday, 22 January 2022 11:00 To: Thomas St?fe ; Michael Felt Cc: ppc-aix-port-dev ; Java Core Libs Subject: Re: Pull Request: 7013: AIX: InetAddress.getByName(addr) does not work as expected On 22/01/2022 08:40, Thomas St?fe wrote: > Hi Micheal, > > welcome, and thank you for your contribution! > > I opened a bug id for you to track this: > https://bugs.openjdk.java.net/browse/JDK-8280498 . I can sponsor this > patch for you. > > You need one reviewer, I think. I don't have the cycles right now to > think this through. I cc core-libs dev since this is a networking > issue and one of their tests. > The networking tests are maintained on net-dev so if there is a PR then it should go to that list. -Alan From aixtools at felt.demon.nl Fri Jan 28 14:06:36 2022 From: aixtools at felt.demon.nl (Michael Felt) Date: Fri, 28 Jan 2022 15:06:36 +0100 Subject: Pull Request: 7013: AIX: InetAddress.getByName(addr) does not work as expected In-Reply-To: References: <4cd329f0-766b-3f50-da29-c1908a0f1bd1@oracle.com> Message-ID: <054001d81450$43205040$c960f0c0$@felt.demon.nl> Hi, I went to the ticket you opened ? and it seems I need to do something additional ? as I cannot login to comment (should I need to). Thx again for opening the ticket. From: Thomas St?fe Sent: Saturday, 22 January 2022 11:23 To: Alan Bateman Cc: Michael Felt ; ppc-aix-port-dev ; net-dev Subject: Re: Pull Request: 7013: AIX: InetAddress.getByName(addr) does not work as expected Redirecting to net-dev On Sat, Jan 22, 2022 at 11:00 AM Alan Bateman > wrote: On 22/01/2022 08:40, Thomas St?fe wrote: > Hi Micheal, > > welcome, and thank you for your contribution! > > I opened a bug id for you to track this: > https://bugs.openjdk.java.net/browse/JDK-8280498 . I can sponsor this patch > for you. > > You need one reviewer, I think. I don't have the cycles right now to think > this through. I cc core-libs dev since this is a networking issue and one > of their tests. > The networking tests are maintained on net-dev so if there is a PR then it should go to that list. -Alan -------------- next part -------------- An HTML attachment was scrubbed... URL: