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
0447be2e
Commit
0447be2e
authored
Dec 18, 2009
by
antirez
Browse files
the pipelining test was ran against DB 1 for error, now it runs on DB 9 like all the other tests
parent
98e1bb81
Changes
1
Show whitespace changes
Inline
Side-by-side
test-redis.tcl
View file @
0447be2e
...
...
@@ -1532,6 +1532,9 @@ proc main {server port} {
test
{
PIPELINING stresser
(
also a regression for the old epoll bug
)}
{
set fd2
[
socket 127.0.0.1 6379
]
fconfigure $fd2 -encoding binary -translation binary
puts -nonewline $fd2
"SELECT 9
\r\n
"
flush $fd2
gets $fd2
for
{
set i 0
}
{
$i
< 100000
}
{
incr i
}
{
set q
{}
...
...
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