Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
08ed44d7
Unverified
Commit
08ed44d7
authored
Dec 08, 2021
by
leishiao
Committed by
GitHub
Dec 07, 2021
Browse files
improvement of a test in unit/pause.tcl (#9868)
Co-authored-by:
xiaolei
<
xiaolei@91jkys.com
>
parent
0b26e389
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/unit/pause.tcl
View file @
08ed44d7
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment