-
Notifications
You must be signed in to change notification settings - Fork 49
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
Tests from org.eclipse.jdt.debug.jdi.tests are not run in daily builds #484
Comments
it is unclear to me what is the intended difference of the referenced VirtualThreadTest.testJDIPlatformThreadsOnlyFilter() fails locally to me:
|
If you look at https://download.eclipse.org/eclipse/downloads/drops4/I20240909-1800/testResults.php there are |
there is now a org.eclipse.jdt.debug.jdi.tests.log https://download.eclipse.org/eclipse/downloads/drops4/I20240909-1800/testresults/ep434I-unit-cen64-gtk3-java22_linux.gtk.x86_64_22/directorLogs/director-org.eclipse.jdt.debug.jdi.tests.log like |
hope that helps thats test executed in I-Builds eclipse-jdt#484
hope that helps thats test executed in I-Builds #484
I haven't checked for more details why, but it looks like added tests are hanging the build, see jobs waiting way to long now: https://ci.eclipse.org/releng/job/AutomatedTests/ |
JDI tests hang: https://download.eclipse.org/eclipse/downloads/drops4/I20240910-0650/logs.php#console See for example
Main thread:
|
|
The current exception reveals the .class files can not be loaded - probably because they are in a jar and not in the bin folder during i-build.
|
There are bunch of tests under the suite org.eclipse.debug.jdi.tests.AutomatedSuite. These tests are run as part of the PR, but not really run as part of the daily I builds. They should be run every day too.
The text was updated successfully, but these errors were encountered: