Skip to content

Commit e6cc031

Browse files
committed
Deflake Psync established within grace period (#2743)
increased the wait time to a total of 10 seconds where we check the log for `Done loading RDB` message Fixes #2694 CI run (100 times): https://github.com/roshkhatri/valkey/actions/runs/18576201712/job/52961907806 Signed-off-by: Roshan Khatri <[email protected]>
1 parent f343b9e commit e6cc031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/dual-channel-replication.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ start_server {tags {"dual-channel-replication external:skip"}} {
695695
# 5. Replica resumes operation.
696696
# Expected outcome: Primary maintains RDB channel until replica establishes PSYNC connection.
697697
$replica replicaof $primary_host $primary_port
698-
wait_for_log_messages 0 {"*Done loading RDB*"} $loglines 2000 1
698+
wait_for_log_messages 0 {"*Done loading RDB*"} $loglines 2000 5
699699
pause_process $replica_pid
700700
wait_and_resume_process -1
701701
wait_for_condition 50 100 {

0 commit comments

Comments
 (0)