File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
hibernate-reactive-core/src/test/java/org/hibernate/reactive Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 24
24
import org .hibernate .reactive .session .impl .ReactiveSessionFactoryImpl ;
25
25
import org .hibernate .reactive .stage .Stage ;
26
26
import org .hibernate .reactive .stage .impl .StageSessionImpl ;
27
- import org .hibernate .reactive .testing .DatabaseSelectionRule ;
28
27
import org .hibernate .reactive .util .impl .CompletionStages ;
29
28
import org .hibernate .reactive .vertx .VertxInstance ;
30
29
31
30
import org .junit .AfterClass ;
32
31
import org .junit .BeforeClass ;
33
- import org .junit .Rule ;
34
32
import org .junit .Test ;
35
33
import org .junit .runner .RunWith ;
36
34
48
46
import jakarta .persistence .Table ;
49
47
50
48
import static org .hibernate .cfg .AvailableSettings .SHOW_SQL ;
51
- import static org .hibernate .reactive .containers .DatabaseConfiguration .DBType .SQLSERVER ;
52
49
53
50
/**
54
51
* This is a multi-threaded stress test, intentionally consuming some time.
Original file line number Diff line number Diff line change 15
15
import org .hibernate .cfg .Configuration ;
16
16
import org .hibernate .reactive .provider .ReactiveServiceRegistryBuilder ;
17
17
import org .hibernate .reactive .stage .Stage ;
18
- import org .hibernate .reactive .testing .DatabaseSelectionRule ;
19
18
import org .hibernate .reactive .vertx .VertxInstance ;
20
19
21
20
import org .junit .AfterClass ;
22
21
import org .junit .BeforeClass ;
23
- import org .junit .Rule ;
24
22
import org .junit .Test ;
25
23
import org .junit .runner .RunWith ;
26
24
38
36
import jakarta .persistence .Table ;
39
37
40
38
import static org .hibernate .cfg .AvailableSettings .SHOW_SQL ;
41
- import static org .hibernate .reactive .containers .DatabaseConfiguration .DBType .SQLSERVER ;
42
39
import static org .hibernate .reactive .util .impl .CompletionStages .loop ;
43
40
44
41
/**
You can’t perform that action at this time.
0 commit comments