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:
Viktor Söderqvist
2026-04-08 15:06:11 +02:00
committed by GitHub
parent dba128f13b
commit f6b5461b73
+1 -1
View File
@@ -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"