carlos8f / haredis

High-availability redis in Node.js.
https://npmjs.org/package/haredis
154 stars 21 forks source link

Tests for failover #11

Closed carlos8f closed 11 years ago

carlos8f commented 11 years ago

Need tests to verify failover mechanism and that dropped nodes which come back online are designated as slaves.

carlos8f commented 11 years ago

test should initially fail due to master-reintroduction bug #8, and be the groundwork for fixing it.