Unverified Commit 08ed44d7 authored by leishiao's avatar leishiao Committed by GitHub
Browse files

improvement of a test in unit/pause.tcl (#9868)


Co-authored-by: default avatarxiaolei <xiaolei@91jkys.com>
parent 0b26e389
...@@ -73,8 +73,8 @@ start_server {tags {"pause network"}} { ...@@ -73,8 +73,8 @@ start_server {tags {"pause network"}} {
$rd MULTI $rd MULTI
assert_equal [$rd read] "OK" assert_equal [$rd read] "OK"
$rd SET FOO BAR $rd SET FOO BAR
r client PAUSE 100000000 WRITE
assert_equal [$rd read] "QUEUED" assert_equal [$rd read] "QUEUED"
r client PAUSE 100000000 WRITE
$rd EXEC $rd EXEC
wait_for_blocked_clients_count 1 50 100 wait_for_blocked_clients_count 1 50 100
r client unpause r client unpause
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment