mirror of
https://github.com/valkey-io/valkey.git
synced 2026-05-06 05:26:42 -04:00
Attempt to deflake 'diskless no replicas drop during rdb pipe' (#3461)
Increase time to wait for bgsave to start. This wait has been seen
failing in these test cases.
The test case loops with 'no', 'slow', 'fast', 'all' and 'timeout'
replicas, in tests/integration/replication.tcl
Example:
*** [err]: diskless fast replicas drop during rdb pipe in
tests/integration/replication.tcl
rdb child didn't terminate
Signed-off-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
This commit is contained in:
committed by
GitHub
parent
dba128f13b
commit
f6b5461b73
@@ -951,7 +951,7 @@ start_server {tags {"repl external:skip"} overrides {save ""}} {
|
||||
}
|
||||
|
||||
# wait for rdb child to exit
|
||||
wait_for_condition 500 100 {
|
||||
wait_for_condition 1200 100 {
|
||||
[s -2 rdb_bgsave_in_progress] == 0
|
||||
} else {
|
||||
fail "rdb child didn't terminate"
|
||||
|
||||
Reference in New Issue
Block a user