File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
src/test/java/org/springframework/data/neo4j/integration Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 89
89
<jqassistant-dashboard-plugin .version>1.8.0</jqassistant-dashboard-plugin .version>
90
90
<jqassistant .plugin.version>1.8.0</jqassistant .plugin.version>
91
91
<jqassistant .version>1.8.0</jqassistant .version>
92
- <junit-cc-testcontainer >4 .0.2.2 </junit-cc-testcontainer >
92
+ <junit-cc-testcontainer >2020 .0.3 </junit-cc-testcontainer >
93
93
<maven-checkstyle-plugin .version>3.1.0</maven-checkstyle-plugin .version>
94
94
<maven-deploy-plugin .version>3.0.0-M1</maven-deploy-plugin .version>
95
95
<maven-enforcer-plugin .version>3.0.0-M3</maven-enforcer-plugin .version>
Original file line number Diff line number Diff line change 34
34
import org .neo4j .driver .Config ;
35
35
import org .neo4j .driver .Driver ;
36
36
import org .neo4j .driver .GraphDatabase ;
37
- import org .neo4j .junit .jupiter .causal_cluster .Neo4jUri ;
37
+ import org .neo4j .junit .jupiter .causal_cluster .CausalCluster ;
38
+
38
39
import org .springframework .beans .factory .annotation .Autowired ;
39
40
import org .springframework .context .annotation .Bean ;
40
41
import org .springframework .context .annotation .Configuration ;
56
57
@ CausalClusterIntegrationTest
57
58
class CausalClusterLoadTestIT {
58
59
59
- @ Neo4jUri private static URI neo4jUri ;
60
+ @ CausalCluster private static URI neo4jUri ;
60
61
61
62
@ RepeatedTest (20 )
62
63
void transactionsShouldBeSerializable (@ Autowired ThingService thingService ) throws InterruptedException {
Original file line number Diff line number Diff line change 37
37
import org .neo4j .driver .Config ;
38
38
import org .neo4j .driver .Driver ;
39
39
import org .neo4j .driver .GraphDatabase ;
40
- import org .neo4j .junit .jupiter .causal_cluster .Neo4jUri ;
40
+ import org .neo4j .junit .jupiter .causal_cluster .CausalCluster ;
41
+
41
42
import org .springframework .beans .factory .annotation .Autowired ;
42
43
import org .springframework .context .annotation .Bean ;
43
44
import org .springframework .context .annotation .Configuration ;
59
60
@ CausalClusterIntegrationTest
60
61
class ReactiveCausalClusterLoadTestIT {
61
62
62
- @ Neo4jUri private static URI neo4jUri ;
63
+ @ CausalCluster private static URI neo4jUri ;
63
64
64
65
@ RepeatedTest (20 )
65
66
void transactionsShouldBeSerializable (@ Autowired ThingService thingService ) throws InterruptedException {
You can’t perform that action at this time.
0 commit comments