Skip to content

Commit dd54562

Browse files
committed
Exit after GOODBYE message in stub server scripts
1 parent f5c0748 commit dd54562

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/resources/boltstub/hello_goodbye.script

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
C: HELLO {"credentials": "password", "scheme": "basic", "user_agent": "single-connection/1.2.3", "principal": "neo4j"}
44
S: SUCCESS {"server": "Neo4j/9.9.9"}
55
C: GOODBYE
6-
S: SUCCESS {}
6+
S: <EXIT>

test/resources/boltstub/hello_run_goodbye.script

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ S: SUCCESS {"fields": ["n.name"]}
1010
RECORD ["Bar"]
1111
SUCCESS {}
1212
C: GOODBYE
13-
S: SUCCESS {}
13+
S: <EXIT>

0 commit comments

Comments
 (0)