Skip to content

Commit

Permalink
improvement of a test in unit/pause.tcl (#9868)
Browse files Browse the repository at this point in the history
Co-authored-by: xiaolei <[email protected]>
  • Loading branch information
leishiao and xiaolei authored Dec 8, 2021
1 parent 0b26e38 commit 08ed44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/pause.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ start_server {tags {"pause network"}} {
$rd MULTI
assert_equal [$rd read] "OK"
$rd SET FOO BAR
r client PAUSE 100000000 WRITE
assert_equal [$rd read] "QUEUED"
r client PAUSE 100000000 WRITE
$rd EXEC
wait_for_blocked_clients_count 1 50 100
r client unpause
Expand Down

0 comments on commit 08ed44d

Please sign in to comment.