Hi Dagny,

The Akka Streams tests for the built in stages could perhaps be useful to
see various strategies for testing. You can find those sources here:
https://github.com/akka/akka/tree/master/akka-stream-tests/src/test/scala/akka/stream/scaladsl

--
Johan
Akka Team

On Fri, Sep 2, 2016 at 8:08 PM, Dagny T <dagnytagg2...@gmail.com> wrote:

>
> Yes, well; that link is rather generic, no?  ;0)
>
> What I (and likely the 19 other Viewers of this post) are looking for is
> baseline-thorough coverage of test-cases to be aware of when testing Akka
> Actor and Streams operations.
> I'm a newbie, and I learn best through running idiomatic code examples
> with test cases; hence my interest.
>
> I didn't find that in the docs; nor am I finding it in any of the Blogs
> that I've been Googling around for.
> That's why I'm asking for help with finding a current and reliable
> information source.
>
> I found these specific docs do provide a scratch-the-surface start:
> http://doc.akka.io/docs/akka/2.4.9/scala/stream/stream-testkit.html
>
> However, I'm looking for Tutorial-level code covering things like:
> - testing backpressure operation with Bounded memory settings when
> operating simple Graphs of Flows
> - testing for connection drops, resend of duplicate message,  and Client
> retries and wait-timeouts
> - testing for system exception-handling occurring in a mid-Flow Stage.
>
> Would be darn grateful if you had any specific insights on where to find
> such learning resources; and were willing to share them with this Forum!
>
> Thanks in advance for continuing to support a welcoming community for Akka
> Newbs!  You'll make the World a Better Place with Akka Everywhere!  ;0)
> Dagny T
>
>
> On Thursday, September 1, 2016 at 2:43:46 PM UTC-7, Dagny T wrote:
>>
>>
>> I'd like to find reliable and current information for learning this using
>> v2.4.9.
>>
>> I've posted a reply to someone else's related message; but wanted to call
>> Forum attention to please help refer us to a useful Blog or GitHub repo on
>> this topic; AND
>> using the latest and greatest TestKit tools!
>>
>> It's been rather hit-or-miss with Googling samples lately; as the APIs
>> have been moving rapidly, and I'm still too new to pick out what's
>> essentially most important!
>>
>> THANK you so much in advance for any Best-Practice info on these
>> fundamentals!
>>
>> Here was my reply to that earlier related post:
>> https://groups.google.com/forum/#!topic/akka-user/4k4nXVn-wWw
>>
>> THANKS in advance to hAKKArs!
>>
> --
> >>>>>>>>>> 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.
>



-- 
Akka Team
Lightbend <http://www.lightbend.com/> - Reactive apps on the JVM
Twitter: @akkateam

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