-
-
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
sanity.external failures on xlinux on ibmcloud systems #3128
Comments
Needs further investigation to determine if the older docker version on those distributions may be the cause of the problem as opposed to it being ibmcloud specific. |
Ubuntu 16.04 may be beyond hope:
|
On test-azure-ubuntu2404-x64-1 we get this log:
|
Same issue is experienced on the rhel7 machine, which also has
|
@smlambert Are these tests currently expected to be in a good state? |
I am not sure they have been triaged since this PR landed adoptium/aqa-tests#5460 (which seems to prefer podman if both are found on machines). |
@judovana Could your PR referenced in the previous comment have prevented the external tests from running when only docker is available? It may need some more testing based on what I'm seeing in the runs above. |
hi! I was not touching the decision tree, whether the test should run or not. From my PR, the From, reading the PRs, I doubt I have "prevented the external tests from running when only docker is available" but I could have break them in unpredicted way. I have never run whole external tests as one batch, because even before both adoptium/aqa-tests#5553 and adoptium/aqa-tests#5460 they were failing. I found several combinations which worked on most jdks (lucene, jacoco and few other) and tested on those. I'm going to map what external tests runs/pass/fails on various docker/podman/jdk8/11/17/21/ubuntu/fedora/rhels . it will take some time, but as result, should be healthy external subset (adoptium/aqa-tests#5575 (comment)) |
Thanks for the update. We can figure a look next week ... Time to relax for the weekend I feel! |
Please set the title to indicate the test name and machine name where known.
To make it easy for the infrastructure team to repeat and diagnose, please
answer the following questions:
Test_
job on https://ci.adoptium.net which showed the failure Most on https://ci.adoptium.net/job/Test_openjdk11_hs_sanity.external_x86-64_linux/589/Any other details: may be related to the OS - Ubuntu 16.04 is obviously quite old. RHEL7 may have other limitations as the docker host used for these images. Since I'm not sure this has been previously reported it may be worth checking if the underlying images used for this have been updated to later versions of OSs that might be incompatible with newer containers.
The text was updated successfully, but these errors were encountered: