mirror of
https://github.com/fluencelabs/redis
synced 2025-03-18 16:40:50 +00:00
The old version was modeled with two failovers, however after the first it is possible that another slave will migrate to the new master, since for some time the new master is not backed by any slave. Probably there should be some pause after a failover, before the migration. Anyway the test is simpler in this way, and depends less on timing.