Commit graph

113 commits

Author SHA1 Message Date
patriknw
ce332a9f96 Merge pull request #505 from akka/wip-2164-convergence-patriknw
Test gossip convergence, see #2164
2012-06-04 06:16:34 -07:00
Patrik Nordwall
33f14f9bf6 Test gossip convergence, see #2164 2012-06-01 15:15:53 +02:00
Patrik Nordwall
4dbf4a70b3 Test leader member states, see 2157
* The only allowed member states for a leader are up or leaving
* Added above check in assertLeader so that we always verify that
* More usage of assertLeader in the tests
2012-06-01 11:39:51 +02:00
Patrik Nordwall
e469561543 Minor corrections and cleanup 2012-05-30 17:17:09 +02:00
Patrik Nordwall
d8530811c9 Minor cleanup 2012-05-28 15:45:21 +02:00
Patrik Nordwall
24212f14bc Rename mySelf in MultiNodeSpec to myself 2012-05-28 15:29:00 +02:00
Patrik Nordwall
1b20760583 Merge branch 'master' into wip-2112-leader-downing-spec-jboner
Conflicts:
	akka-cluster/src/multi-jvm/scala/akka/cluster/MultiNodeClusterSpec.scala
2012-05-28 14:39:36 +02:00
Patrik Nordwall
c63a28f39a Merge branch 'master' into wip-2109-port-cluster-test-jboner
Conflicts:
	akka-cluster/src/multi-jvm/scala/akka/cluster/MultiNodeClusterSpec.scala
2012-05-28 14:15:44 +02:00
Jonas Bonér
faed944590 Fixed minor check: checking on 'address' equality instead of 'port' 2012-05-28 11:54:10 +02:00
Jonas Bonér
203e2cb13c Added LeaderDowning spec for testing that the leader automatically is downing an unreachable node. Fixes 2112.
- tests downing a node at the end of the node ring
- tests downing a node in the middle of the node ring
- added some more utility stuff to the MultiNodeClusterSpec

Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-05-28 11:06:02 +02:00
Jonas Bonér
5080624390 Incorporated feedback - switched to MultiNodeClusterSpec etc. 2012-05-27 21:22:30 +02:00
Patrik Nordwall
597271052f Port LeaderElectionSpec to MultiNodeSpec. See #2113 2012-05-27 10:00:23 +02:00
Patrik Nordwall
829783f359 Remove port awareness in asserts of leader and members. See #2133
* Extracted common parts to MultiNodeClusterSpec
2012-05-25 12:10:37 +02:00