Commit a0dd0140 authored by antirez's avatar antirez
Browse files

Fix test for new RDB checksum failure message.

parent b99ad1bd
...@@ -89,7 +89,7 @@ close $fd ...@@ -89,7 +89,7 @@ close $fd
start_server_and_kill_it [list "dir" $server_path] { start_server_and_kill_it [list "dir" $server_path] {
test {Server should not start if RDB is corrupted} { test {Server should not start if RDB is corrupted} {
wait_for_condition 50 100 { wait_for_condition 50 100 {
[string match {*RDB checksum*} \ [string match {*CRC error*} \
[exec tail -n10 < [dict get $srv stdout]]] [exec tail -n10 < [dict get $srv stdout]]]
} else { } else {
fail "Server started even if RDB was corrupted!" fail "Server started even if RDB was corrupted!"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment