Skip to content

Commit

Permalink
Revert "Try to deflake dual-channel-tests"
Browse files Browse the repository at this point in the history
This reverts commit 5f1cd17.

Signed-off-by: naglera <[email protected]>
  • Loading branch information
naglera committed Aug 1, 2024
1 parent 539c3cd commit dec13f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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 {
puts "Process $pid didn't stop"
fail "Process $pid didn't stop"
}
resume_process $pid
}
Expand Down Expand Up @@ -348,8 +348,7 @@ start_server {tags {"dual-channel-replication external:skip"}} {
}
assert {[s -2 replicas_replication_buffer_size] <= 16385*2}

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

0 comments on commit dec13f2

Please sign in to comment.