-
Notifications
You must be signed in to change notification settings - Fork 3
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
New serialization tests fail on Mandrel for JDK 21 (21.0.5-ea), 24.2 #282
Comments
@Karm Is this supposed to fail? |
@jerboaa Hmm, it is supposed to fail as in: yes, it is not fixed. Although it should have been excluded from the execution. |
Right, thanks! |
Why so? Is it to reduce noise on the CI? AFAIK we want this tested with 23.1 (JDK 21) and will fix it by backporting the fix of oracle/graal#9581 once available. |
Yes.
Yes. Although I have no idea how long it might take. I will ask Vojin for pointers and might try to take a look. |
Please exclude the test until a fix is ready. It's not practical to add tests which are known to fail for now. Triage is painful enough as it is. |
Well it turns out the test also fails on latest graal master (JDK 24-based):
See: https://github.com/graalvm/mandrel/actions/runs/11043295615/job/30678091813#step:11:21252 |
Yes, that's expected as well (see oracle/graal#9581) |
The only job where this seemingly passes is Mandrel for JDK 23: But there I see no sign of it actually being run. EDIT: It may be a too old run, which didn't have the new test yet. |
Maybe I'm not up to speed, but is this test supposed to pass anywhere yet? This is just generating noise at the moment :-/ |
@Karm Please prioritize this fix since it generates test noise. A possible solution for now until we have fixes would be to just disabling it for now. |
Yes, that's because it doesn't :) see #281 (comment)
No, it looks like it depends on oracle/graal#9581
I think we should better disable only the oracle/graal#9581 related tests, see #286 |
I am sorry for the noise, this should have been disabled. I should have left it with @ Disabled in the first place, not fidgeting with min.max versions. |
We don't see this anywhere any more. Closing. |
The tests added with #279 now fail in weekly CI. Not sure if this is expected. They fail with:
Looks to be related to oracle/graal#9581
See: https://github.com/graalvm/mandrel/actions/runs/10968086869/job/30459449251#step:11:21167
The text was updated successfully, but these errors were encountered: