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

Whitelist warning for illegal reflective access #101

Closed zakkak closed 2 years ago

zakkak commented 2 years ago

Avoids:

Error:  Failures: 
Error:    DebugSymbolsTest.debugSymbolsQuarkus:224 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.DebugSymbolsTest/debugSymbolsQuarkus/build-and-run.log and check these offending lines: 
WARNING: Please consider reporting this to the maintainers of com.fasterxml.jackson.databind.util.ClassUtil$EnumTypeLocator ==> expected: <true> but was: <false>
Error:    RuntimesSmokeTest.quarkusFullMicroProfile:201->testRuntime:167 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.RuntimesSmokeTest/quarkusFullMicroProfile/build-and-run.log and check these offending lines: 
WARNING: Please consider reporting this to the maintainers of com.fasterxml.jackson.databind.util.ClassUtil$EnumTypeLocator ==> expected: <true> but was: <false>

See https://github.com/graalvm/mandrel/runs/7189889547?check_suite_focus=true#step:10:18575