Introduce assertions to guard against concurrent session openings in … #345
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
3 errors
JVM Tests - JDK 11:
extensions/panache/hibernate-reactive-panache/deployment/src/test/java/io/quarkus/hibernate/reactive/panache/test/WithSessionOnDemandTest.java#L1
io.smallrye.mutiny.CompositeException:
Multiple exceptions caught:
[Exception 0] java.lang.IllegalStateException: Attempting to open two sessions within the same vert.x context: this suggests a lack of correct chaining of operations.
|
JVM Tests - JDK 17:
extensions/panache/hibernate-reactive-panache/deployment/src/test/java/io/quarkus/hibernate/reactive/panache/test/WithSessionOnDemandTest.java#L1
io.smallrye.mutiny.CompositeException:
Multiple exceptions caught:
[Exception 0] java.lang.IllegalStateException: Attempting to open two sessions within the same vert.x context: this suggests a lack of correct chaining of operations.
|
JVM Tests - JDK 20:
extensions/panache/hibernate-reactive-panache/deployment/src/test/java/io/quarkus/hibernate/reactive/panache/test/WithSessionOnDemandTest.java#L1
io.smallrye.mutiny.CompositeException:
Multiple exceptions caught:
[Exception 0] java.lang.IllegalStateException: Attempting to open two sessions within the same vert.x context: this suggests a lack of correct chaining of operations.
|