edwardcapriolo / gossip

A Mavenized Apache V2 gossip implementation for Java
Apache License 2.0
160 stars 54 forks source link

Convergence testing #17

Open edwardcapriolo opened 8 years ago

edwardcapriolo commented 8 years ago

We should have an IntegrationTest that does not run as part of the unit tests. I think the idea would be starting with cluster of size 2 - 100 launch clusters. Determine convergence in

  1. time to startup (all nodes see each other)
  2. Node down convergence
  3. Node back up convergence