mirror of
https://github.com/fluencelabs/redis
synced 2025-06-11 16:21:21 +00:00
Fix RDB corruption test after server behavior change.
This commit is contained in:
@ -90,7 +90,7 @@ 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 {*RDB checksum*} \
|
||||||
[exec tail -n1 < [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!"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user