Stress tester WIP.

This commit is contained in:
antirez 2016-06-28 09:33:36 +02:00
parent 49899866c8
commit f983318e52

View File

@ -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} {