mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
fix replication test failure, probing the wrong log file (#9513)
This commit is contained in:
parent
f898a9e97d
commit
16be742b08
@ -797,7 +797,7 @@ test "diskless replication read pipe cleanup" {
|
||||
# wait for the replicas to start reading the rdb
|
||||
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
|
||||
$master flushall
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user