From 08ed44d722a278b9d0aa6a08c760ee1fc5a0f6ed Mon Sep 17 00:00:00 2001 From: leishiao <47846503+leishiao@users.noreply.github.com> Date: Wed, 8 Dec 2021 09:41:11 +0800 Subject: [PATCH] improvement of a test in unit/pause.tcl (#9868) Co-authored-by: xiaolei --- tests/unit/pause.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/pause.tcl b/tests/unit/pause.tcl index a9a1f3554..c22e62f77 100644 --- a/tests/unit/pause.tcl +++ b/tests/unit/pause.tcl @@ -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