-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Be more defensive about sources Path in integration tests #45938
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
@aloubyansky does this make sense, or do we need something that is lower level? |
It feels like the API should expose proper application roots that exist. |
Yeah, that's why I asked |
We should check what happens for an equivalent Maven project |
Right, I'll look into this a little more, as it's probably a test specific issue |
PR updated. It fixes the original issue |
Interesting, looks like it's due to allowing it here https://github.com/quarkusio/quarkus/blob/main/test-framework/common/src/main/java/io/quarkus/test/common/PathTestHelper.java#L220 |
Given the above, the fix seems to make sense. |
Although this API should probably be reviewed and reflect better what it actually does. |
Indeed, it's pretty hacky... |
Yeah, while I'm all for including this PR, I really think we shouldn't propagate |
Ideally, |
Any pointers on how to obtain it from here? |
I don't think it'd be a quick fix. This is something to figure out. |
Status for workflow
|
Understood, thanks! |
src/main/java
#45933