-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
Milestone
Description
Describe the bug
Since the merge of #47807 integration-tests/jpa
seems to broken (see https://github.com/quarkusio/quarkus/actions/runs/15009978363/job/42177725574)
Interestingly the test fails only on 0f59ac5 (i.e. post-merge) and not on 71e7d40 (which I guess is the reason the CI didn't fail in the PR itself).
cc @radcortez
Expected behavior
Test should pass
Actual behavior
Test fails
How to Reproduce?
./mvnw clean verify -Dnative -Dnative.surefire.skip -pl integration-tests/jpa -Dno-build-cache -Dstart-containers -Dtest-containers
Output of uname -a
or ver
No response
Output of java -version
No response
Mandrel or GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of mvnw --version
or gradlew --version
)
No response
Additional information
No response