Skip to content

Commit 71febfd

Browse files
dreab8DavideD
authored andcommitted
[#2650] FetchModeSubselectEagerTest#testEagerFetchQuery throws NullPointerException
The issue is solved by the Hibernate ORM upgrade to 7.2.0.CR2. See issue HHH-19874: https://hibernate.atlassian.net/browse/HHH-19874
1 parent 6621cc3 commit 71febfd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hibernate-reactive-core/src/test/java/org/hibernate/reactive/FetchModeSubselectEagerTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
import org.hibernate.cfg.Configuration;
1818
import org.hibernate.reactive.util.impl.CompletionStages;
1919

20-
import org.junit.jupiter.api.Disabled;
2120
import org.junit.jupiter.api.Test;
2221

2322
import io.vertx.junit5.Timeout;
@@ -120,7 +119,6 @@ public void testEagerParentFetch(VertxTestContext context) {
120119
}
121120

122121
@Test
123-
@Disabled("NullPointerException: see https://hibernate.atlassian.net/browse/HHH-19874")
124122
public void testEagerFetchQuery(VertxTestContext context) {
125123
Node basik = new Node( "Child" );
126124
basik.parent = new Node( "Parent" );

0 commit comments

Comments
 (0)