-
Notifications
You must be signed in to change notification settings - Fork 722
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
Comments
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) |
I'm guessing not, since the tests are failing. |
ipv6 appears to be enabled on these machines. 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. The single failure in jdk_nio_0 appears to be ipv6 related and should likely be disabled too??
|
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 |
What level of testing is needed to reproduce this now? If this is no longer a problem can the issue be closed? |
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 |
https://ci.eclipse.org/openj9/job/Test_openjdk8_j9_sanity.openjdk_x86-64_mac_Personal/1
osx1014-x86-3
Numerous ipv6 tests are failing.
The text was updated successfully, but these errors were encountered: