Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sanity.openjdk osx ivp6 network problems #8375

Open
pshipton opened this issue Jan 22, 2020 · 6 comments
Open

sanity.openjdk osx ivp6 network problems #8375

pshipton opened this issue Jan 22, 2020 · 6 comments

Comments

@pshipton
Copy link
Member

https://ci.eclipse.org/openj9/job/Test_openjdk8_j9_sanity.openjdk_x86-64_mac_Personal/1
osx1014-x86-3
Numerous ipv6 tests are failing.

@smlambert
Copy link
Contributor

Do those machines have IPv6 enabled?

We have the case at AdoptOpenJDK where the osx machines in Azure Devops cloud do not. Ideally those upstream tests would be updated to check if ipv6 enabled, and skip if not. If that option is not available, we may have to handle in a different way.

(possibly related: adoptium/aqa-tests#1524)

@pshipton
Copy link
Member Author

Do those machines have IPv6 enabled?

I'm guessing not, since the tests are failing.
@AdamBrousseau @jdekonin ?

@jdekonin
Copy link
Contributor

ipv6 appears to be enabled on these machines.
https://ci.eclipse.org/openj9/job/Test_openjdk8_j9_sanity.openjdk_x86-64_mac_Personal/2/console
jdk_net_0 and jdk_nio_0 fail.

multicast is disabled by default on osx, but using this as a guide. I have it working on osx1014-x86-3, at least from an os level u16 x86 to osx1014-x86-3 it appears to be working with tcpdump. A respin for just jdk_net_0 shows the tests fail in the same manner as before though.
https://ci.eclipse.org/openj9/job/Test_openjdk8_j9_sanity.openjdk_x86-64_mac_Personal/4/console

The single failure in jdk_nio_0 appears to be ipv6 related and should likely be disabled too??

16:11:07 Test DatagramChannel to INET6 socket
16:11:07  join ff02:0:0:0:0:0:0:a @ en6
16:11:07  Send message from fe80:0:0:0:aede:48ff:fe00:1122%en6 -> group ff02:0:0:0:0:0:0:a (id=0x91e4e909)
16:11:07  STDERR:
16:11:07  java.net.NoRouteToHostException: No route to host

@pshipton
Copy link
Member Author

pshipton commented Apr 3, 2020

sanity.openjdk has been reconfigured to remove network testing. I'll do a run to confirm, but I believe I can remove the "Blocking openjdk.sanity" from this issue.

https://ci.eclipse.org/openj9/view/Test/job/Grinder/740 - passed
https://ci.eclipse.org/openj9/view/Test/job/Grinder/741 - see #9108

@jdekonin
Copy link
Contributor

What level of testing is needed to reproduce this now? If this is no longer a problem can the issue be closed?

@pshipton
Copy link
Member Author

As per #8375 (comment) the ipv6 tests were moved out of the sanity bucket. This will only be an issue if we start running more testing, which may happen in the future. @llxia

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants