Karm / mandrel-integration-tests

Integration tests for GraalVM and its Mandrel distribution. Runs Quarkus, Helidon and Micronaut applications and small targeted reproducers. The focus is solely on native-image utility and compilation of Java applications into native executables.
Apache License 2.0
5 stars 3 forks source link

Maybe add new JFR log lines to whitelist #237

Closed roberttoyonaga closed 4 months ago

roberttoyonaga commented 6 months ago

Summary

Adding this so it can be tracked and I don't forget about it. Depending on the outcome of https://github.com/oracle/graal/pull/8037, new lines may need to be whitelisted for JFR.

[warn][jfr,setting] @Deprecated JFR events, and leak profiling are not yet supported.
[warn][jfr,setting] Exception occurred when setting value "forRemoval" for class jdk.jfr.internal.Control
Passed
jerboaa commented 6 months ago

Thanks for the report @roberttoyonaga. Could you please prioritize getting those added? Thanks! We see it in CI now: https://github.com/Karm/mandrel-integration-tests/issues/208#issuecomment-1859938636

roberttoyonaga commented 6 months ago

Thanks for the report @roberttoyonaga. Could you please prioritize getting those added? Thanks! We see it in CI now: #208 (comment)

Yes, will do

jerboaa commented 6 months ago

We see it in CI now: #208 (comment)

The issue we see in CI is #239 (related, but not quite the issue this is tracking). We may have to update once https://github.com/oracle/graal/pull/8037 merges upstream and close this issue.

roberttoyonaga commented 4 months ago

Closing now because it's been resolved by https://github.com/Karm/mandrel-integration-tests/pull/242