mirror of
https://github.com/fluencelabs/redis
synced 2025-04-01 23:31:03 +00:00
Test: replication-psync, wait more to detect write load.
Slow systems like the original Raspberry PI need more time than 5 seconds to start the script and detect writes. After fixing the Raspberry PI can pass the unit without issues.
This commit is contained in:
parent
7c8ddab4f8
commit
2b36706a48
@ -47,7 +47,7 @@ proc test_psync {descr duration backlog_size backlog_ttl delay cond diskless rec
|
|||||||
|
|
||||||
# Check that the background clients are actually writing.
|
# Check that the background clients are actually writing.
|
||||||
test {Detect write load to master} {
|
test {Detect write load to master} {
|
||||||
wait_for_condition 50 100 {
|
wait_for_condition 50 1000 {
|
||||||
[$master dbsize] > 100
|
[$master dbsize] > 100
|
||||||
} else {
|
} else {
|
||||||
fail "Can't detect write load from background clients."
|
fail "Can't detect write load from background clients."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user