Commit graph

6 commits

Author SHA1 Message Date
Patrik Nordwall
1673ccd51c Load Cluster extension from ClusterActorRefProvider, see #2704 2012-12-04 17:54:17 +01:00
Patrik Nordwall
ddb03c910d Wrong message ordering in ClusterDomainEventPublisherSpec, see #2648
* Problem: testActor subscriber sometimes didn't receive expected published
  message
* Reason: the testActor subscribe/unsubscribe in beforeEach/afterEach via
  different instances of the publisher, therefore the ordering of those
  messages were not guaranteed, and unsubscribe happend after subscribe
* Solution: subscribe directly to the eventStream once, and use separate
  TestProbe to verify the subscribe/unsubscribe
2012-10-25 08:13:41 +02:00
Roland
0f04239f67 move Duration classes according to scala 2.10 nightly and remove casts to FiniteDuration, see #2504 2012-10-11 15:18:10 -07:00
Patrik Nordwall
51ff9ce6d1 Cluster.unsubscribe with class parameter, see #2567 2012-09-28 13:09:36 +02:00
Patrik Nordwall
718686e2f2 Add another test case for publish of LeaderChanged, see #2518
* It didn't handle convergence changes with same leader correctly
2012-09-19 10:18:55 +02:00
Patrik Nordwall
c0c6cc3931 Publish cluster LeaderChanged only when convergence, see #2518 2012-09-18 14:19:38 +02:00