-
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
QuarkusTest: veto all test classes belonging to a different test profile #45336
Conversation
extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/TestsAsBeansProcessor.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you for diving into it :)
This comment has been minimized.
This comment has been minimized.
@mkouba the CI failures are related. |
Well, that's a bit weird because in this particular test the enclosing test class has a different profile... We could detect this case where a test class contains some |
- note that we cannot veto test classes that contain a matching nested test; we should probably drop the test profile support for nested tests, see quarkusio#45349 - fixes quarkusio#45308
Status for workflow
|
Zulip discussion: https://quarkusio.zulipchat.com/#narrow/channel/187038-dev/topic/QuarkusTest.20-.20all.20tests.20classes.20always.20registered.20as.20beans