Missing wildcard port for netty in some sharding tests #29251

This commit is contained in:
Johan Andrén 2020-06-17 17:23:12 +02:00 committed by GitHub
parent 4811b53917
commit 0a986bf13d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -24,6 +24,7 @@ object PersistentShardingMigrationSpec {
akka.loglevel = INFO
akka.actor.provider = "cluster"
akka.remote.artery.canonical.port = 0
akka.remote.classic.netty.tcp.port = 0
akka.cluster.sharding {
remember-entities = on
remember-entities-store = "eventsourced"

View file

@ -28,6 +28,7 @@ object RememberEntitiesShardIdExtractorChangeSpec {
akka.loglevel = INFO
akka.actor.provider = "cluster"
akka.remote.artery.canonical.port = 0
akka.remote.classic.netty.tcp.port = 0
akka.cluster.sharding {
remember-entities = on
remember-entities-store = "eventsourced"