summaryrefslogtreecommitdiff
path: root/tests/integration/aof.tcl
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2014-09-05 09:56:26 +0200
committerantirez <antirez@gmail.com>2014-09-08 10:56:52 +0200
commit0ab04287aa85735e52312cb8973ec37e1a867169 (patch)
treebf99ded9fde2ebe799ddb71327c6937865dd4fe6 /tests/integration/aof.tcl
parentd9f0094154055803631f4f2727d9bde857feea07 (diff)
downloadredis-0ab04287aa85735e52312cb8973ec37e1a867169.tar.gz
AOF loading: split handling of format errors from unexpected EOF.
Diffstat (limited to 'tests/integration/aof.tcl')
-rw-r--r--tests/integration/aof.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/aof.tcl b/tests/integration/aof.tcl
index 9a24a96bd..cbffc812e 100644
--- a/tests/integration/aof.tcl
+++ b/tests/integration/aof.tcl
@@ -56,7 +56,7 @@ tags {"aof"} {
start_server_aof [list dir $server_path] {
test "Short read: Server should have logged an error" {
- set pattern "*Bad file format reading the append only file*"
+ set pattern "*Unexpected end of file reading the append only file*"
set retry 10
while {$retry} {
set result [exec tail -n1 < [dict get $srv stdout]]