Unverified Commit 2cf50ddb authored by YaacovHazan's avatar YaacovHazan Committed by GitHub
Browse files

Fix 'load corrupted rdb with no CRC' test (#12629)

After the change in #12626 (2e0f6724), the is_alive proc gets pid and not
server config.

This PR aligns it in 'load corrupted rdb with no CRC' test.
parent 31c3172d
...@@ -146,7 +146,7 @@ test {corrupt payload: load corrupted rdb with no CRC - #3505} { ...@@ -146,7 +146,7 @@ test {corrupt payload: load corrupted rdb with no CRC - #3505} {
# wait for termination # wait for termination
wait_for_condition 100 50 { wait_for_condition 100 50 {
! [is_alive $srv] ! [is_alive [dict get $srv pid]]
} else { } else {
fail "rdb loading didn't fail" fail "rdb loading didn't fail"
} }
......
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