-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
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
Documentation for quarkus.test.profile not mentioning multi-profile support? #38345
Comments
Oh, same situation here for |
/cc @MichalMaler (documentation), @ebullient (documentation), @inoxx03 (documentation), @michelle-purcell (documentation), @rolfedh (documentation), @sheilamjones (documentation), @sunayna15 (documentation) |
Would you like to propose an improvement? |
Sure, I was just waiting for a confirmation that this indeed is a docs bug rather than a misunderstanding on my behalf 😄 |
At first I was really confused how the implementation can be so inconsistent with your documentation, knowing that your reference docs is generated from code. After some digging and grepping in your code to find the correct classes I found this quarkus/core/deployment/src/main/java/io/quarkus/deployment/dev/testing/TestConfig.java Line 16 in 71f3200
It all makes sense now 🤓 It explains why I found no references to those |
Describe the bug
https://quarkus.io/guides/continuous-testing#configuring-continuous-testing currently documents
quarkus.test.profile
as not having multi-profile support.Since Quarkus now accepts
quarkus.profile
to be a comma-separated list of profiles, I expected the same support forquarkus.test.profile
. And indeed, running Quarkus using-Dquarkus.test.profile=foo,bar
does seem supported.Yet, the documentation still lists
quarkus.test.profile
as being a single string.Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: