mirror of https://mirror.osredm.com/root/redis.git
Stress tester WIP.
This commit is contained in:
parent
49899866c8
commit
f983318e52
|
@ -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} {
|
||||
|
|
Loading…
Reference in New Issue