pekko/akka-testkit/src
Roland Kuhn 7cf99134dc catch ActorCell creation failures for top-level actors #15947
Previously a failure during e.g. MailboxType.create() would make the
user guardian fail, tearing down the whole system as a result. The cause
is a deep bug in handling ActorCell creation that we cannot really fix
anymore due to resulting changes in semantics, hence this fix only
targets top-level actors (where the observable difference is an
unambiguous improvement).

fixes #15947
2016-03-17 11:04:52 +01:00
..
main catch ActorCell creation failures for top-level actors #15947 2016-03-17 11:04:52 +01:00
test remove akka.stream.testkit.AkkaSpec, fixes #19879 2016-02-25 15:26:51 +01:00