-
Notifications
You must be signed in to change notification settings - Fork 874
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
Many tests fail on JDK 11 #4904
Comments
@mbien jenkins linux jenkins build on jdk 11 shows junit failure too at the same place (some are from long time ago) I'm not sure how to make the GA nice to review, very complicated to get the failure place. |
the summary page here (scroll down) also shows a list of test failures (it currently can't show errors, only failures): I believe one way to approach this would be to fix the easiest candidates first, to make the situation better observable and reduce the noise. |
are fixed |
|
Silly question, what needs to be called or done to trigger the tests failures locally? |
I usually just copy the command from the failed job, and execute that locally. Not necessary all failures are reproducible locally, but it worth to give it a try. |
Failing test in This test should fail also under Linux, because actual result does not match expected result. What I don't understand is, that running only method |
@KacerCZ i saw the linux PHP job green a few times in previous test runs on JDK 11: I haven't investigated any further, I only wrote down what I saw back then. |
fixed |
should be fixed soon. PR is pending. This will move the GraalVM job to JDK 11 baseline and unlock another blocked PR. |
PR pending for:
|
fixed in #7201 |
PR pending for
|
#7502 pending for
|
closing since CI is now testing on JDK 17+ exclusively. For tests which are disabled via project properties or other means it can be implied that they are probably not working properly - but this doesn't need this issue to track I think. tests which are currently locked to JDK 17 are tracked via #7871 and TODOs in main.yml good job everyone who helped with this! |
There are still many tests which can't be run on JDK 11.
NB is currently leaning into the compatibility promise of OpenJDK - it would be good to repair the tests so that the project can say with confidence that things are actually working as intended on JDK 11+.
#4884 is a dummy PR which bumps everything to 11 to generate a current list of failed jobs
feel free to re trigger the workflow as needed when updates happen
remaining list of failing modules:
fixed in #5138:
fixed in #5143:
fixed in #5144:
fixed in #5658:
fixed in #6194:
fixed in #6369:
fixed in #6617
fixed in #7201
fixed in #7415
fixed in #7502
The text was updated successfully, but these errors were encountered: