You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Capture the output of native-image run, at this moment there is no log file generated to see the output of native-image command, another option would be to redirect the output directly to the console.
run mvn clean verify -Dnative -pl sql-db/sql-app -Psql-db-modules -Dquarkus.native.container-build=false
ATM I see [WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file /Users/rsvoboda/git/quarkus-test-suite/sql-db/sql-app/target/failsafe-reports/2021-11-08T17-28-34_332-jvmRun1.dumpstream when the first IT test is started.
The text was updated successfully, but these errors were encountered:
Capture the output of native-image run, at this moment there is no log file generated to see the output of native-image command, another option would be to redirect the output directly to the console.
Steps to reproduce:
mvn clean verify -Dnative -pl sql-db/sql-app -Psql-db-modules -Dquarkus.native.container-build=false
ATM I see
[WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file /Users/rsvoboda/git/quarkus-test-suite/sql-db/sql-app/target/failsafe-reports/2021-11-08T17-28-34_332-jvmRun1.dumpstream
when the first IT test is started.The text was updated successfully, but these errors were encountered: