Unverified Commit 16be742b authored by Oran Agra's avatar Oran Agra Committed by GitHub
Browse files

fix replication test failure, probing the wrong log file (#9513)

parent f898a9e9
...@@ -797,7 +797,7 @@ test "diskless replication read pipe cleanup" { ...@@ -797,7 +797,7 @@ test "diskless replication read pipe cleanup" {
# wait for the replicas to start reading the rdb # wait for the replicas to start reading the rdb
wait_for_log_messages 0 {"*Loading DB in memory*"} $loglines 800 10 wait_for_log_messages 0 {"*Loading DB in memory*"} $loglines 800 10
set loglines [count_log_lines 0] set loglines [count_log_lines -1]
# send FLUSHALL so the RDB child will be killed # send FLUSHALL so the RDB child will be killed
$master flushall $master flushall
......
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