Merge pull request #29323 from akka/wip-test-ser-conf-patriknw
This commit is contained in:
commit
e8e43be3fe
1 changed files with 5 additions and 3 deletions
|
|
@ -76,12 +76,14 @@ class ActorSystemSpec
|
|||
akka.remote.artery.canonical.port = 0
|
||||
akka.remote.artery.canonical.hostname = 127.0.0.1
|
||||
|
||||
serializers {
|
||||
test = "akka.cluster.typed.ActorSystemSpec$$TestSerializer"
|
||||
akka.actor {
|
||||
serializers {
|
||||
test = "akka.cluster.typed.ActorSystemSpec$TestSerializer"
|
||||
}
|
||||
serialization-bindings {
|
||||
"akka.cluster.typed.ActorSystemSpec$$TestMessage" = test
|
||||
"akka.cluster.typed.ActorSystemSpec$TestMessage" = test
|
||||
}
|
||||
}
|
||||
""")
|
||||
def system[T](behavior: Behavior[T], name: String) = ActorSystem(behavior, name, config)
|
||||
def suite = "adapter"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue