Skip to content

Commit a7d3670

Browse files
committed
Adapt EVAL+busy script test to new behavior.
1 parent ee8dd01 commit a7d3670

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/unit/multi.tcl

+3
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,9 @@ start_server {tags {"multi"}} {
363363
set xx [r get xx]
364364
# make sure that either the whole transcation passed or none of it (we actually expect none)
365365
assert { $xx == 1 || $xx == 3}
366+
# Discard the transaction since EXEC likely got -BUSY error
367+
# so the client is still in MULTI state.
368+
catch { $rd2 discard ;$rd2 read } e
366369
# check that the connection is no longer in multi state
367370
$rd2 ping asdf
368371
set pong [$rd2 read]

0 commit comments

Comments
 (0)