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
212bb9ca
Commit
212bb9ca
authored
Apr 18, 2012
by
antirez
Browse files
More robust maxclients test.
parent
727d6dd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/unit/limits.tcl
View file @
212bb9ca
...
@@ -4,7 +4,9 @@ start_server {tags {"limits"} overrides {maxclients 10}} {
...
@@ -4,7 +4,9 @@ start_server {tags {"limits"} overrides {maxclients 10}} {
catch
{
catch
{
while
{
$c
< 50
}
{
while
{
$c
< 50
}
{
incr c
incr c
redis_deferring_client
set rd
[
redis_deferring_client
]
$rd ping
$rd read
after 100
after 100
}
}
}
e
}
e
...
...
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