mirror of
https://github.com/fluencelabs/redis
synced 2025-06-28 00:11:33 +00:00
more experiments with long replies, glue output buffer, and writev.
This commit is contained in:
@ -912,6 +912,10 @@ proc main {server port} {
|
||||
lappend aux [$r dbsize]
|
||||
} {0 0}
|
||||
|
||||
test {Perform a final SAVE to leave a clean DB on disk} {
|
||||
$r save
|
||||
} {OK}
|
||||
|
||||
puts "\n[expr $::passed+$::failed] tests, $::passed passed, $::failed failed"
|
||||
if {$::failed > 0} {
|
||||
puts "\n*** WARNING!!! $::failed FAILED TESTS ***\n"
|
||||
|
Reference in New Issue
Block a user