-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Ipv6 confingurations missing on test machines #1105
Comments
Passed at https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/1828/console after I got rid of a running docker container that was presumably blocking it.
|
@sxa555 could you have a poke around on test-osuosl-ubuntu1804-ppc64le-2 and see if it's also got an old running docker process on it? Am seeing the same failures as above on this machine |
Also |
|
Re-iterating the full list of machines that I believe still have this problem:
|
I've excluded these tests on openj9 for jdk8 and 11. Couldn't find any instances of failures on hotspot or jdk14 |
@smlambert Given that this seems a fairly wide variety of boxes, do you know if there's any extra config we could apply that would resolve these test issues? Have we seen this internally at IBM on any of your systems? |
yes we have same issue internally. yes also companies running ipv6 on Azure Devops (where osx does not have ipv6) also have this issue. related: adoptium/aqa-tests#1524 |
Now that #1298 is been merged it might be worth seeing if this solution can be used to resolve the problem described above. |
I've had a quick look at
It enabled IPv6 on the VM, however the test machine I was looking at already has it enabled:
@adam-thorpe can we run a Grinder to make sure the problem still affects the machine ? |
Still seems to be having problems, different exception but same line. java/net/Inet6Address/B6206527.java: https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/3082
|
Alright - I've looked at the machine and the same docker container that @sxa found when he was fixing the first machine is there - It appears to be hanging whilst running
According to I'll go through the list of machines that are affected and clear them all off. If it recurs on a machine that already been cleared up (as I noticed that Cleanup list:
|
FYI:
Not related to this issue I don't think- also may not be a coincidence that that is the only non-ubuntu1604 machine there. |
Theres the same issue as above with the |
Why is it pulling an x64 JDK for a ppc64le test? Not too surprising the CPU doesn't support it ... |
Ah that will be my ignorance of Grinder. Rerunning with correct variables: |
https://ci.adoptopenjdk.net/job/Grinder/3128/console |
Part of the jdk8u242-b08_openj9-0.18.0 triage
Platform: xlinux
Machine: test-packet-ubuntu1604-x64-2
Tests:
java/net/Inet6Address/B6206527.java
java/net/ipv6tests/B6521014.java
Re-build grinders
Failing on test-packet-ubuntu1604-x64-2: https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/1810/
https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/1809/
Passing on other machines:
https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/1813/
https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/1812/
The text was updated successfully, but these errors were encountered: