Skip to content

Commit 1a9e0cb

Browse files
author
Zhen
committed
Fix failing tests due to not reply to tx commit message in script
1 parent 0360809 commit 1a9e0cb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

driver/src/test/resources/acquire_endpoints.script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ C: RUN "CALL dbms.cluster.routing.getServers" {}
77
PULL_ALL
88
S: SUCCESS {"fields": ["ttl", "servers"]}
99
RECORD [9223372036854775807, [{"addresses": ["127.0.0.1:9007","127.0.0.1:9008"],"role": "WRITE"}, {"addresses": ["127.0.0.1:9005","127.0.0.1:9006"], "role": "READ"},{"addresses": ["127.0.0.1:9001","127.0.0.1:9002","127.0.0.1:9003"], "role": "ROUTE"}]]
10-
SUCCESS {}
10+
SUCCESS {}

driver/src/test/resources/write_server.script

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
!: AUTO PULL_ALL
55
!: AUTO RUN "ROLLBACK" {}
66
!: AUTO RUN "BEGIN" {}
7+
!: AUTO RUN "COMMIT" {}
78

89
C: RUN "CREATE (n {name:'Bob'})" {}
910
PULL_ALL
1011
S: SUCCESS {}
11-
SUCCESS {}
12+
SUCCESS {}

0 commit comments

Comments
 (0)