-
Notifications
You must be signed in to change notification settings - Fork 81
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
[TEMP] Move pde.ui.tests to Java-21 to investigate I-build test failures #1468
Conversation
Test Results 54 files 54 suites 9m 24s ⏱️ Results for commit a5d2475. ♻️ This comment has been updated with latest results. |
In https://download.eclipse.org/eclipse/downloads/drops4/I20241109-1800/testresults/ep434I-unit-linux-x86_64-java21_linux.gtk.x86_64_21/org.eclipse.pde.ui.tests.AllPDETests.txt I see messages like the following and wonder if the Java indexing might have issues with JDKs above 17 (at least the ones installed on the I-build machines):
But this might be a false hint, since https://download.eclipse.org/eclipse/downloads/drops4/I20241109-1800/testresults/ep434I-unit-linux-x86_64-java23_linux.gtk.x86_64_23/org.eclipse.pde.ui.tests.AllPDETests.txt |
e56037a
to
a5d2475
Compare
This is now tracked in #1477 where it was already identified that the failures are related to the infrastructure. |
Currently there are nine test failures in org.eclipse.pde.ui.tests on Linux with Java-21 and 23:
This is an attempt to reproduce their failure in verification builds.