-
Notifications
You must be signed in to change notification settings - Fork 79
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
base: master
Are you sure you want to change the base?
Conversation
Test Results 54 files - 231 54 suites - 231 8m 45s ⏱️ - 40m 10s Results for commit e56037a. ± Comparison against base commit 5cac9e2. This pull request removes 3296 tests.
|
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 |
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.