Skip to content

Commit

Permalink
Try to deflake dual-channel-tests
Browse files Browse the repository at this point in the history
Signed-off-by: naglera <[email protected]>
  • Loading branch information
naglera committed Jul 30, 2024
1 parent 5acc8a1 commit 5f1cd17
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/integration/dual-channel-replication.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ proc wait_and_resume_process idx {
wait_for_condition 50 1000 {
[exec ps -o state= -p $pid] eq "T"
} else {
fail "Process $pid didn't stop"
puts "Process $pid didn't stop"
}
resume_process $pid
}
Expand Down Expand Up @@ -348,7 +348,8 @@ start_server {tags {"dual-channel-replication external:skip"}} {
}
assert {[s -2 replicas_replication_buffer_size] <= 16385*2}

# Wait for sync to succeed
# Wait for sync to succeed
$primary config set rdb-key-save-delay 0
wait_for_condition 50 1000 {
[status $replica1 master_link_status] == "up"
} else {
Expand Down

0 comments on commit 5f1cd17

Please sign in to comment.