-
Notifications
You must be signed in to change notification settings - Fork 83
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
Nine BaseImportTestCase failures in I-build test on Linux with Java 21 and 23 since I20241108-1800 #1477
Comments
It is 9 times "Missing source attachement for entry" example:
|
Would be nice if any linux user could try to reproduce locally. The error message reads like the error could be that the 21+23 VMs just don't have any JDK 17 installed. |
I can't see these errors locally (I see 6 other errors with all JVM's I have from 17 to 23). @HannesWell : didn't we recently changed images used for tests or something like that? Could one see which rpms or deb files are installed for OpenJDK? At least on RHEL there is not one but few packages needed to have a "full" JDK. |
That's an interesting idea
That could be the case. Do you have an immediate idea, how this can be verified? We use the JDK tools provided by Eclipse CBI: They were updated recently: https://www.eclipse.org/lists/cross-project-issues-dev/msg19971.html
Yes, I changed from centos images to Ubuntu in eclipse-platform/eclipse.platform.releng.aggregator#2522. And it fits quite well to the timeframe of the occurance of these failures... |
OK in that run the tests succeeded, so the container image seem to have an influence... |
As said, at least on RHEL JDK consists from multiple rpms, and if some (with sources) are missing it could be still usable to start JVM but nlt enough for SDK tests that need sources attachment. I have no idea how image is created but I can imagine it "saved" space by not installing sources part of JDK. |
I'll move pde.ui.tests to Java 21 in an effort to fix this. |
Looks like #1527 didn't help :/
Do you know any commands I can run on the command line to check if this is actually the case? |
Nine
BaseImportTestCase
tests fail in I-build test on Linux with Java 21 and 23 since I20241108-1800:Locally this was not preproducible when running the tests with Java-21 on Windows.
The text was updated successfully, but these errors were encountered: