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:
parent
30f277a86d
commit
28e055af0b
@ -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" {
|
||||
|
Loading…
x
Reference in New Issue
Block a user