mirror of
https://github.com/fluencelabs/redis
synced 2025-03-17 16:10:50 +00:00
Regression test for issue #142 added
This commit is contained in:
parent
13cd1515f9
commit
c0875a77a1
@ -57,5 +57,11 @@ start_server {tags {"repl"}} {
|
||||
if {$::valgrind} {after 2000}
|
||||
r 0 get mykey
|
||||
} {bar}
|
||||
|
||||
test {FLUSHALL should replicate} {
|
||||
r -1 flushall
|
||||
if {$::valgrind} {after 2000}
|
||||
list [r -1 dbsize] [r 0 dbsize]
|
||||
} {0 0}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user