-
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
Set target dir in QuarkusUnitTest #23859
Set target dir in QuarkusUnitTest #23859
Conversation
We should probably backport this, right? |
Yes |
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building 5679770
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 11 #- Failing: extensions/smallrye-openapi/deployment
! Skipped: extensions/agroal/deployment extensions/elytron-security-jdbc/deployment extensions/flyway/deployment and 143 more 📦 extensions/smallrye-openapi/deployment✖
⚙️ JVM Tests - JDK 11 Windows #- Failing: extensions/smallrye-openapi/deployment
! Skipped: extensions/agroal/deployment extensions/elytron-security-jdbc/deployment extensions/flyway/deployment and 143 more 📦 extensions/smallrye-openapi/deployment✖
⚙️ JVM Tests - JDK 17 #- Failing: extensions/smallrye-openapi/deployment
! Skipped: extensions/agroal/deployment extensions/elytron-security-jdbc/deployment extensions/flyway/deployment and 143 more 📦 extensions/smallrye-openapi/deployment✖
|
@phillip-kruger mind taking a look at the OpenAPI failures? Thanks |
The CI failures are caused by this change. |
Yeah, just wondering if the tests themselves (or the OpenAPI extension) are making some incorrect assumption |
5679770
to
8300b95
Compare
I pushed a kind of fix to the |
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.
It looks the target dir is missing in QuarkusUnitTest.
This is related to #23759 and #23856