Commit 3678c22
committed
[#1834] Disable CascadeTest#testCascade
It doesn't work with Vert.x 4.4 and Hibernate ORM >= 6.2.14.Final.
Everything works fine with Vert.x 4.5
Error stacktrace:
``
Caused by:
org.opentest4j.AssertionFailedError: expected: <New Parent> but was: <NEW PARENT>
at app//org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at app//org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
at app//org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
at app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)
at app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177)
at app//org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1142)
at app//org.hibernate.reactive.CascadeTest.lambda$testCascade$26(CascadeTest.java:136)
```1 parent f98b2f0 commit 3678c22
File tree
1 file changed
+2
-0
lines changed- hibernate-reactive-core/src/test/java/org/hibernate/reactive
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| 84 | + | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
| |||
0 commit comments