mirror of https://github.com/valkey-io/valkey
Fix timing issue in dual channel replication COB test (#2847)
After #2829, valgrind report a test failure, it seems that the time is not enough to generate a COB limit in valgrind. Signed-off-by: Binbin <binloveplay1314@qq.com>
This commit is contained in:
parent
a06cf15b20
commit
aef56e52f5
|
|
@ -788,6 +788,7 @@ start_server {tags {"dual-channel-replication external:skip"}} {
|
|||
$primary config set dual-channel-replication-enabled yes
|
||||
$primary config set client-output-buffer-limit "replica 1100k 0 0"
|
||||
$primary config set loglevel debug
|
||||
$primary debug delay-rdb-client-free-seconds 60
|
||||
# generate small db
|
||||
populate 10 primary 10
|
||||
start_server {} {
|
||||
|
|
|
|||
Loading…
Reference in New Issue