File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
hibernate-reactive-core/src/test/java/org/hibernate/reactive Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 27
27
28
28
import org .hibernate .cfg .AvailableSettings ;
29
29
import org .hibernate .cfg .Configuration ;
30
- import org .hibernate .reactive .testing .DatabaseSelectionRule ;
31
30
32
- import org .junit .Rule ;
33
31
import org .junit .Test ;
34
32
35
33
import io .vertx .ext .unit .TestContext ;
36
34
37
- import static org .hibernate .reactive .containers .DatabaseConfiguration .DBType .ORACLE ;
38
35
39
36
import static org .hibernate .reactive .util .impl .CompletionStages .loop ;
40
37
41
38
public class UTCTest extends BaseReactiveTest {
42
39
43
- // testDate(), testCalendar(), testLocalDateTime() & testZonedDateTime() fail with....
44
- //
45
- // throws jakarta.persistence.NoResultException: No result found for query [from ThingInUTC where date=:dt]
46
- // at app//org.hibernate.reactive.query.spi.ReactiveAbstractSelectionQuery.reactiveSingleResult(ReactiveAbstractSelectionQuery.java:175)
47
- @ Rule
48
- public final DatabaseSelectionRule skip = DatabaseSelectionRule .skipTestsFor ( ORACLE );
49
-
50
40
@ Override
51
41
public CompletionStage <Void > deleteEntities (Class <?>... entities ) {
52
42
return getSessionFactory ()
You can’t perform that action at this time.
0 commit comments