quarkus.hibernate-orm.database.generation and quarkus.hibernate-orm.sql-load-script doesn't work with native tests and custom profile #10225
Labels
area/hibernate-orm
Hibernate ORM
area/persistence
OBSOLETE, DO NOT USE
kind/bug
Something isn't working
triage/invalid
This doesn't seem right
Describe the bug
When setting a custom profile to execute tests in native mode in
application.properties
it doesn't work. If changing your custom profile toprod
, it works.Expected behavior
quarkus.hibernate-orm.database.generation
andquarkus.hibernate-orm.sql-load-script
should work properly for custom profiles in native mode.Actual behavior
Custom settings aren't applied when executing native tests.
To Reproduce
Steps to reproduce the behavior:
./mvnw verify -Dnative
Configuration
Screenshots
(If applicable, add screenshots to help explain your problem.)
Environment (please complete the following information):
uname -a
orver
: 5.3.0-59-generic 53~18.04.1-Ubuntujava -version
: 5.3.0-59-generic 53~18.04.1-Ubuntumvnw --version
orgradlew --version
): Apache Maven 3.6.3quarkus_issue_reproducer.zip
Additional context
(Add any other context about the problem here.)
The text was updated successfully, but these errors were encountered: