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

JDK 17 JFR config, tackle the old issue #80

Closed Karm closed 1 year ago

Karm commented 2 years ago
2022-03-24T18:38:05.1101147Z [ERROR] Failures: 

2022-03-24T18:38:05.1135858Z [ERROR]   JFRTest.jfrOptionsSmokeTest:157->jfrOptionsSmoke:288 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel-integration-tests/mandrel-integration-tests/ts/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrOptionsSmokeTest/build-and-run.log and check these offending lines: 
2022-03-24T18:38:05.1136786Z [warn][jfr,setting] Exception occurred when setting value "150/s" for class jdk.jfr.internal.Control ==> expected: <true> but was: <false>
2022-03-24T18:38:05.1137983Z [ERROR]   JFRTest.jfrSmokeTest:83->jfrSmoke:135 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel-integration-tests/mandrel-integration-tests/ts/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrSmokeTest/build-and-run.log and check these offending lines: 
2022-03-24T18:38:05.1138995Z [warn][jfr,setting] Exception occurred when setting value "150/s" for class jdk.jfr.internal.Control
2022-03-24T18:38:05.1139758Z OpenJDK 64-Bit Server VM warning: Option FlightRecorder was deprecated in version 13.0 and will likely be removed in a future release. ==> expected: <true> but was: <false>
2022-03-24T18:38:05.1140150Z [INFO] 
2022-03-24T18:38:05.1140415Z [ERROR] Tests run: 13, Failures: 3, Errors: 0, Skipped: 1
Karm commented 1 year ago

Fixed by https://github.com/oracle/graal/issues/4431