Re: [akka-user] [2.3.13] remoting port open after ActorSystem shutdown in tests

2015-09-09 Thread Marek Żebrowski
I'll try to minimize a failing test-case. Our team suspects that this is somehow related to java 1.8.0_60 update, but we don't have strong proofs for that. W dniu środa, 9 września 2015 11:10:00 UTC+2 użytkownik Akka Team napisał: > > Hi Marek, > > This is interesting. > > In our tests we have

Re: [akka-user] [2.3.13] remoting port open after ActorSystem shutdown in tests

2015-09-09 Thread Akka Team
Hi Marek, This is interesting. In our tests we have a special tool called Coroner ( https://github.com/akka/akka/blob/master/akka-testkit/src/test/scala/akka/testkit/Coroner.scala) which actually checks the number of threads at the beginning and end of the tests. Almost all of our tests extend

[akka-user] [2.3.13] remoting port open after ActorSystem shutdown in tests

2015-09-07 Thread Marek Żebrowski
I'm using AkkaSystem in a test. system config has enabled remoting akka { actor { creation-timeout = 5s } remote { enabled-transports = ["akka.remote.netty.tcp"] netty.tcp { hostname = "localhost" port = 7337 } } cluster { auto-join = off } } I try to