We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee8dd01 commit a7d3670Copy full SHA for a7d3670
tests/unit/multi.tcl
@@ -363,6 +363,9 @@ start_server {tags {"multi"}} {
363
set xx [r get xx]
364
# make sure that either the whole transcation passed or none of it (we actually expect none)
365
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
369
# check that the connection is no longer in multi state
370
$rd2 ping asdf
371
set pong [$rd2 read]
0 commit comments