mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 01:01:22 +00:00
initial tests for AOF (and small changes to server.tcl to support these)
This commit is contained in:
@ -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} {
|
||||
|
Reference in New Issue
Block a user