* sequence numbers must, of course, be tracked by origin system * add unit test for SystemMessageAcker stage * enable ArteryRemoteRoundRobinSpec
This commit is contained in:
parent
e818887bb2
commit
b6a94e1758
6 changed files with 153 additions and 27 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue