Regression test for issue #142 added
This commit is contained in:
parent
1c00a9b3eb
commit
a9dedd0d88
@ -57,5 +57,11 @@ start_server {tags {"repl"}} {
|
|||||||
if {$::valgrind} {after 2000}
|
if {$::valgrind} {after 2000}
|
||||||
r 0 get mykey
|
r 0 get mykey
|
||||||
} {bar}
|
} {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