pekko/akka-multi-node-testkit/src/main/java/akka/remote/testconductor
Roland Kuhn a9c022e92a +act,mul #3948 add MultiNodeSpec.startNewSsytem() and system.abort()
abort() currently only changes that remote-deployed child actors are not
waited for during termination (because that would not change anything);
it is still a different operation than shutdown() since it changes what
you are guaranteed to observe after termination.

testConductor.shutdown(..., abort = true) uses this mode of termination.

improve MultiNodeSpec to allow injection of deployment configuration
into arbitrary actor systems

include number of received elements in the timeout failure message for
TestKit.receiveN
2014-03-21 20:43:06 +01:00
..
TestConductorProtocol.java +act,mul #3948 add MultiNodeSpec.startNewSsytem() and system.abort() 2014-03-21 20:43:06 +01:00