mirror of
https://github.com/fluencelabs/redis
synced 2025-04-03 16:21:03 +00:00
Sentinel test: use 1000 as retry in initial 00 unit test.
This commit is contained in:
parent
1734f7aedb
commit
35e8bc305d
@ -8,7 +8,7 @@ test "Basic failover works if the master is down" {
|
|||||||
assert {[lindex $addr 1] == $old_port}
|
assert {[lindex $addr 1] == $old_port}
|
||||||
kill_instance redis $master_id
|
kill_instance redis $master_id
|
||||||
foreach_sentinel_id id {
|
foreach_sentinel_id id {
|
||||||
wait_for_condition 100 50 {
|
wait_for_condition 1000 50 {
|
||||||
[lindex [S $id SENTINEL GET-MASTER-ADDR-BY-NAME mymaster] 1] != $old_port
|
[lindex [S $id SENTINEL GET-MASTER-ADDR-BY-NAME mymaster] 1] != $old_port
|
||||||
} else {
|
} else {
|
||||||
fail "At least one Sentinel did not received failover info"
|
fail "At least one Sentinel did not received failover info"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user