make LocalScope mean “purely local” and avoid Props serialization check, see #3210
This commit is contained in:
parent
a4af04ca09
commit
92db59183e
51 changed files with 205 additions and 117 deletions
|
|
@ -23,7 +23,10 @@ import akka.testkit.{ AkkaSpec, EventFilter, TestActorRef, TestProbe }
|
|||
import akka.util.{ Helpers, ByteString }
|
||||
import akka.TestUtils._
|
||||
|
||||
class TcpConnectionSpec extends AkkaSpec("akka.io.tcp.register-timeout = 500ms") {
|
||||
class TcpConnectionSpec extends AkkaSpec("""
|
||||
akka.io.tcp.register-timeout = 500ms
|
||||
akka.actor.serialize-creators = on
|
||||
""") {
|
||||
// Helper to avoid Windows localization specific differences
|
||||
def ignoreIfWindows(): Unit =
|
||||
if (Helpers.isWindows) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue