Skip to content

Commit 4e113d2

Browse files
roshkhatrimadolson
authored andcommitted
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]> (cherry picked from commit 898172b) Signed-off-by: cherukum-amazon <[email protected]>
1 parent 791b792 commit 4e113d2

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
@@ -692,7 +692,7 @@ start_server {tags {"dual-channel-replication external:skip"}} {
692692
# 5. Replica resumes operation.
693693
# Expected outcome: Primary maintains RDB channel until replica establishes PSYNC connection.
694694
$replica replicaof $primary_host $primary_port
695-
wait_for_log_messages 0 {"*Done loading RDB*"} $loglines 2000 1
695+
wait_for_log_messages 0 {"*Done loading RDB*"} $loglines 2000 5
696696
pause_process $replica_pid
697697
wait_and_resume_process -1
698698
wait_for_condition 50 100 {

0 commit comments

Comments
 (0)