Re: [akka-user] Re: [Akka-typed] Mutable Behavior testing with EffectfulActorContext

2017-08-15 Thread Nishant Vishwakarma
Hi,

Its not the supervisor that sends the message. Its the child which upon 
> instantiation sends itself a message using 'ctx.self ! InitializeWorker'. I 
> was hoping to see that message in the child inbox. However I realize that 
> when Supervisor says ctx.spawnAnonymous using a StubbedActorContext, the 
> creation of child is just stubbed out by an Inbox. Thus the actual logic of 
> child is not executed. 


Thanks and Regards,
Nishant 

On Thursday, August 10, 2017 at 9:15:09 PM UTC+5:30, Akka Team wrote:
>
> As far as I can see the supervisor never sends any messages to the child, 
> so that would be why the child inbox is empty?
>
> --
> Johan
> Akka Team
>
> On Mon, Aug 7, 2017 at 9:32 AM, Nishant Vishwakarma  > wrote:
>
>> 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 
>> 
>> 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 
>>> .
>>>
>>> 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+...@googlegroups.com .
>> To post to this group, send email to akka...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/akka-user.
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
>>  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.


Re: [akka-user] Re: [Akka-typed] Mutable Behavior testing with EffectfulActorContext

2017-08-10 Thread Akka Team
As far as I can see the supervisor never sends any messages to the child,
so that would be why the child inbox is empty?

--
Johan
Akka Team

On Mon, Aug 7, 2017 at 9:32 AM, Nishant Vishwakarma 
wrote:

> 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
> 
> 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
>> .
>>
>> 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.
>

-- 
>>  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.