pekko/akka-testkit/src
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
..
main +act,mul #3948 add MultiNodeSpec.startNewSsytem() and system.abort() 2014-03-21 20:43:06 +01:00
test Merge pull request #2047 from drexin/wip-3858-make-case-classes-final-drexin 2014-03-11 16:06:31 +01:00