initial tests for AOF (and small changes to server.tcl to support these)

This commit is contained in:
Pieter Noordhuis
2010-05-19 14:33:39 +02:00
parent 46b614edf7
commit 53cbf66caf
4 changed files with 128 additions and 26 deletions

View File

@ -61,6 +61,7 @@ proc main {} {
execute_tests "unit/expire"
execute_tests "unit/other"
execute_tests "integration/replication"
execute_tests "integration/aof"
puts "\n[expr $::passed+$::failed] tests, $::passed passed, $::failed failed"
if {$::failed > 0} {