Deflake chained replicas disconnect (#574)

Deflake chained replicas disconnect when replica re-connect with the
same master. sync_partial_ok counter might get incremented if replica
timed out during test.

Signed-off-by: naglera <anagler123@gmail.com>
This commit is contained in:
naglera 2024-06-03 06:53:39 +03:00 committed by GitHub
parent 30f277a86d
commit 28e055af0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -195,6 +195,7 @@ start_server {} {
set R_host($j) [srv [expr 0-$j] host]
set R_port($j) [srv [expr 0-$j] port]
$R($j) CONFIG SET repl-ping-replica-period 1
$R($j) config set repl-timeout 300
}
test "Chained replicas disconnect when replica re-connect with the same master" {