mirror of
https://github.com/redis/redis.git
synced 2026-06-09 08:55:06 -04:00
fix replication test failure, probing the wrong log file (#9513)
This commit is contained in:
parent
f898a9e97d
commit
16be742b08
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue