]> git.saurik.com Git - redis.git/commitdiff
the pipelining test was ran against DB 1 for error, now it runs on DB 9 like all...
authorantirez <antirez@gmail.com>
Fri, 18 Dec 2009 20:39:19 +0000 (15:39 -0500)
committerantirez <antirez@gmail.com>
Fri, 18 Dec 2009 20:39:19 +0000 (15:39 -0500)
test-redis.tcl

index 15734b59de57fceca29b6707897a1199157a470b..26e222399a1105eb2b17acc32427e74cc9605fe5 100644 (file)
@@ -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
     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 {}
 
         for {set i 0} {$i < 100000} {incr i} {
             set q {}