more experiments with long replies, glue output buffer, and writev.

This commit is contained in:
antirez
2009-11-18 20:32:03 +01:00
parent cc30e368a3
commit c28b42acd9
3 changed files with 25 additions and 20 deletions

View File

@ -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"