Skip to content

Commit 6ff009e

Browse files
Peter Wilhelmsson2hdddg
Peter Wilhelmsson
authored andcommitted
Fixed stub test failing on boltkit 4.1
1 parent a238011 commit 6ff009e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/resources/boltstub/v3/acquire_endpoints_two_servers_set_1.script

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
!: BOLT 3
22
!: AUTO HELLO
3-
!: AUTO RESET
43

5-
S: SUCCESS {"server": "Neo4j/3.2.2"}
64
C: RUN "CALL dbms.cluster.routing.getRoutingTable($context)" {"context": {}} {}
75
PULL_ALL
86
S: SUCCESS {"fields": ["ttl", "servers"]}
97
RECORD [9223372036854775807, [{"addresses": ["127.0.0.1:9001", "127.0.0.1:9002"],"role": "WRITE"}, {"addresses": ["127.0.0.1:9001", "127.0.0.1:9002"], "role": "READ"},{"addresses": ["127.0.0.1:9001", "127.0.0.1:9002"], "role": "ROUTE"}]]
108
SUCCESS {}
9+
C: RESET
10+
S: SUCCESS {}
1111
C: RUN "MATCH (n) RETURN n.name AS name" {} {"mode": "r"}
1212
PULL_ALL
1313
S: SUCCESS {"fields": ["name"]}

0 commit comments

Comments
 (0)