Commit c75ca104 authored by antirez's avatar antirez
Browse files

Stress tester WIP.

parent 2c3fcf87
......@@ -27,6 +27,9 @@ start_server {
} {PONG}
test {Stress tester for #3343-alike bugs} {
for {set j 0} {$j < 100} {incr j} {
puts [randomInt 10]
}
}
tags {slow} {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment