We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue: Can't change test profile using environmente variable QUARKUS_TEST_PROFILE, as described at https://quarkus.io/guides/continuous-testing#quarkus-test-dev-testing-test-config_quarkus.test.profile
Reproduction:
Actual:
Green test: *mvn clean test -Dquarkus.test.profile=my_profile* Red test: *QUARKUS_TEST_PROFILE=my_profile mvn clean test*
Expected:
Green test: *mvn clean test -Dquarkus.test.profile=my_profile* Green test: *QUARKUS_TEST_PROFILE=my_profile mvn clean test*
See 'Describe the bug'
https://github.com/siudeks/repro/tree/quarkus-test-profile
uname -a
ver
Linux PC1 5.15.79.1-microsoft-standard-WSL2 #1 SMP Wed Nov 23 01:01:46 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
java -version
java 17
No response
maven
mvnw --version
gradlew --version
Apache Maven 3.8.6
The text was updated successfully, but these errors were encountered:
Support QUARKUS_TEST_PROFILE environment variable
2f24c69
The config [entry](https://quarkus.io/guides/continuous-testing#quarkus-test-dev-testing-test-config_quarkus.test.profile) mentions the environment variable, so let's support it Fixes: quarkusio#29944
Thanks for spotting this.
#29951 should take care of it
Sorry, something went wrong.
It turns out that main has already fixed the issue with #28091
main
geoand
Successfully merging a pull request may close this issue.
Describe the bug
Issue:
Can't change test profile using environmente variable QUARKUS_TEST_PROFILE, as described at https://quarkus.io/guides/continuous-testing#quarkus-test-dev-testing-test-config_quarkus.test.profile
Reproduction:
Actual:
Expected:
Expected behavior
See 'Describe the bug'
Actual behavior
See 'Describe the bug'
How to Reproduce?
https://github.com/siudeks/repro/tree/quarkus-test-profile
Output of
uname -a
orver
Linux PC1 5.15.79.1-microsoft-standard-WSL2 #1 SMP Wed Nov 23 01:01:46 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Output of
java -version
java 17
GraalVM version (if different from Java)
No response
Quarkus version or git rev
maven
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.8.6
Additional information
No response
The text was updated successfully, but these errors were encountered: