test exceptions from actor constructor in hierarchy, see #2336
This has brought to light some interesting effects (aka bugs) both in the general implementation as well as in previous fixes. SupervisorHierarchySpec is without TODOs now and GREEN.
This commit is contained in:
parent
b45e0ab237
commit
810d65068e
17 changed files with 167 additions and 78 deletions
|
|
@ -90,7 +90,7 @@ private[akka] case class Suspend() extends SystemMessage // sent to self from Ac
|
|||
/**
|
||||
* INTERNAL API
|
||||
*/
|
||||
private[akka] case class Resume(inResponseToFailure: Boolean) extends SystemMessage // sent to self from ActorCell.resume
|
||||
private[akka] case class Resume(inResponseToFailure: Throwable) extends SystemMessage // sent to self from ActorCell.resume
|
||||
/**
|
||||
* INTERNAL API
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue