fix bug in SystemMessageAcker, #20709 (#20792)

* sequence numbers must, of course, be tracked by
  origin system
* add unit test for SystemMessageAcker stage
* enable ArteryRemoteRoundRobinSpec
This commit is contained in:
Patrik Nordwall 2016-06-23 16:36:55 +02:00 committed by GitHub
parent e818887bb2
commit b6a94e1758
6 changed files with 153 additions and 27 deletions

View file

@ -134,11 +134,6 @@ abstract class RemoteReDeploymentMultiJvmSpec(multiNodeConfig: RemoteReDeploymen
enterBarrier("first-deployed")
// FIXME When running with Artery:
// [akka://RemoteReDeploymentMultiJvmSpec/user/parent] received Supervise from unregistered child
// Actor[artery://RemoteReDeploymentMultiJvmSpec@localhost:55627/remote/artery/RemoteReDeploymentMultiJvmSpec@localhost:65490/user/parent/hello#-370928728],
// this will not end well
runOn(first) {
testConductor.blackhole(second, first, Both).await
testConductor.shutdown(second, abort = true).await