AssertionError exception on a hibernate query in test only with version 3.17.7 and hibernate 6.6.* #45758
Labels
area/hibernate-orm
Hibernate ORM
kind/bug-thirdparty
Bugs that are caused by third-party components and not causing a major dysfunction of core Quarkus.
triage/needs-reproducer
We are waiting for a reproducer.
Describe the bug
Before starting the web app, I populate several domain objects using Panache.
The exception is thrown only during tests when executing the following query:
find("from ...").list()
This issue appears with Hibernate 6.6, introduced in Quarkus 3.14.
If I downgrade the app to version 3.13.3, the exception no longer occurs.
My problem closely resembles the one described in this issue.
However, using the latest version of Hibernate does not resolve it.
I also tried Quarkus 3.18.RC1, but without success.
Extracting the code to reproduce the issue will be challenging, but I can try if needed.
I’m looking for ideas—why does this exception occur only during tests?
The stack error:
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: