Hi Konrad,

Thanks for the reply. Meanwhile I am trying to use StubbedActorContext to 
achieve the desired results. I am not getting a stackoverflow error and I 
am successfully getting number of children and their inboxes. However there 
are no messages. One of the child actor sends itself a message to 
initialize which in turn should reply the supervisor. I am not getting any 
messages on the selfInbox or the respective childInbox. I have the test 
available as a gist here 
<https://gist.github.com/NISHANTV12/c33cd9e5476186796f044030571530e4>
I will be grateful if you could help.

Thanks and Regards,
Nishant

On Sunday, August 6, 2017 at 8:22:07 PM UTC+5:30, Nishant Vishwakarma wrote:
>
> Hi,
>
> I am trying to test a mutable behavior which spawns a child actor. I am 
> trying to use *EffectfulActorContext* for testing various effects and to 
> avail the child inboxes for testing interaction with the spawned child 
> actor.
>
> However I am getting a StackOverflow where the child actor is spawned.
>
> An exception or error caused a run to abort. 
> java.lang.StackOverflowError
>  at akka.typed.internal.ActorContextImpl.spawnAnonymous(ActorContextImpl.
> scala:51)
>  at akka.typed.internal.ActorContextImpl.spawnAnonymous$(ActorContextImpl.
> scala:50)
>  at akka.typed.testkit.EffectfulActorContext.spawnAnonymous(Effects.scala:
> 81)
>
> I do not get such exception if I use *StubbedActorContext*. However in 
> doing so I loose the testing features of effects.
> I have created a gist of some sample code resembling my original code here 
> <https://gist.github.com/NISHANTV12/c33cd9e5476186796f044030571530e4>.
>
> It will be great if someone could help me with it.
>
> Thanks and Regards,
> Nishant
>
>
>
>

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to