Skip to content

Introduce assertions to guard against concurrent session openings in … #345

Introduce assertions to guard against concurrent session openings in …

Introduce assertions to guard against concurrent session openings in … #345

Triggered via push September 1, 2023 11:40
Status Skipped
Total duration 3s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
CI Sanity Check
0s
CI Sanity Check
Fit to window
Zoom out
Zoom in

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.