Closed roberttoyonaga closed 4 months ago
Even with this backport, I'm able to intermittently reproduce the failure here: Karm/mandrel-integration-tests#268
OK then, we should probably wait with backporting it until it's fully resolved. WDYT?
Even with this backport, I'm able to intermittently reproduce the failure here: Karm/mandrel-integration-tests#268
OK then, we should probably wait with backporting it until it's fully resolved. WDYT?
Yes let’s do that
I must have not set updated the GRAALVM_HOME environment variable on that test run that failed. After rebuilding everything and starting from scratch, I'm not able to reproduce the problem, even after repeated attempts. I think the patch works fine to resolve the issue.
Failing GHA:
Mandrel-Quarkus tests / Q main M 24.1 EA / Q IT Data6
Looks unrelated. Seems related to hibernate. Mandrel-Quarkus tests / Q main M 24.1 EA / Q IT Messaging1
Also seems unrelated. Related to an authentication failure io.quarkus.it.kafka.KafkaOauthIT.testMandrel-Quarkus tests / Q main M 24.1 EA / Q Mandrel IT
Failed with:
Error: Substitution target for com.oracle.svm.core.jfr.Target_jdk_jfr_internal_JVM_ChunkRotationMonitor is not loaded. Use field `onlyWith` in the `TargetClass` annotation to make substitution only active when needed.
This is due to: https://github.com/oracle/graal/issues/9199 and probably requires another backport. I'll open another issue for this and assign myself to it. The CI failures are indeed known and unrelated, see https://github.com/graalvm/mandrel/actions/runs/9751570325
Upstream backport PR https://github.com/oracle/graal/pull/9380
This backport was dropped in favor of the upstream one https://github.com/oracle/graal/pull/9380 in c4639ba4170fa859e38aa08562debed8fe474d2f
(cherry picked from commit e816ad6355cf8f4afa5fcf68177bda24456cebbf)
Related issue: https://github.com/graalvm/mandrel/issues/761
Even with this backport, I'm able to intermittently reproduce the failure here: https://github.com/Karm/mandrel-integration-tests/issues/268
I think there's more the the problem in https://github.com/Karm/mandrel-integration-tests/issues/268. I'll look into this more.