and if you are using Akka Cluster there is a specific section here: http://doc.akka.io/docs/akka/2.2.3/scala/cluster-usage.html#How_to_Test
Additional samples can be found in the source code of akka-contrib<https://github.com/akka/akka/tree/v2.2.3/akka-contrib/src/multi-jvm/scala/akka/contrib/pattern> and samples<https://github.com/akka/akka/tree/v2.2.3/akka-samples/akka-sample-cluster> . /Patrik On Mon, Feb 3, 2014 at 9:21 PM, √iktor Ҡlang <[email protected]> wrote: > > http://doc.akka.io/docs/akka/2.2.3/dev/multi-node-testing.html#multi-node-testing > > > On Mon, Feb 3, 2014 at 9:19 PM, Vijaykumar Gundavarapu < > [email protected]> wrote: > >> Thanks for pointing out that. I just read about barriers and I hope it >> should solve my problems. >> Can you please let me know what to import to use barriers?. >> Just AkkaRemoteSpec is enough?. I am not able to find that in >> akka.remote.AkkaRemoteSpec >> >> >> On Monday, February 3, 2014 2:51:30 PM UTC-5, √ wrote: >> >>> We have huge success with it in the Akka testsuite. Are you using the >>> barriers to ensure that the other system is up and ready etc? >>> >>> >>> On Mon, Feb 3, 2014 at 8:36 PM, Vijaykumar Gundavarapu < >>> [email protected]> wrote: >>> >>>> Hello All, >>>> >>>> Can anyone post your successful experience with Multi-JVM AKKA testing >>>> while using multiple instance of same actors across different JVM's for >>>> testing?. >>>> I am facing lot of inconsistencies in the order of execution of test >>>> results and when one JVM shuts down before its actor instance sends some >>>> messages across the network. >>>> I am just trying to understand if anyone had a good success using >>>> Multi-JVM akka testing? >>>> >>>> Regards, >>>> Vijay >>>> >>>> -- >>>> >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>> >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>> >>>>>>>>>> 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 [email protected]. >>>> To post to this group, send email to [email protected]. >>>> >>>> Visit this group at http://groups.google.com/group/akka-user. >>>> For more options, visit https://groups.google.com/groups/opt_out. >>>> >>> >>> >>> >>> -- >>> Cheers, >>> √ >>> >>> * ——————— **Viktor Klang* >>> *Chief Architect - **Typesafe <http://www.typesafe.com/>* >>> >>> Twitter: @viktorklang >>> >> -- >> >>>>>>>>>> Read the docs: http://akka.io/docs/ >> >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >> >>>>>>>>>> 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 [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/akka-user. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > > > -- > Cheers, > √ > > * ——————— **Viktor Klang* > *Chief Architect - **Typesafe <http://www.typesafe.com/>* > > Twitter: @viktorklang > > -- > >>>>>>>>>> Read the docs: http://akka.io/docs/ > >>>>>>>>>> Check the FAQ: http://akka.io/faq/ > >>>>>>>>>> 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/akka-user. > For more options, visit https://groups.google.com/groups/opt_out. > -- Patrik Nordwall Typesafe <http://typesafe.com/> - Reactive apps on the JVM Twitter: @patriknw -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/groups/opt_out.
