This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new 9dde7e0e25 set     pekko.remote.classic.netty.tcp.port = 0 (#2788)
9dde7e0e25 is described below

commit 9dde7e0e25a8d33fd6e4e5949568db4a46454102
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Mar 26 15:41:11 2026 +0100

    set     pekko.remote.classic.netty.tcp.port = 0 (#2788)
---
 .../apache/pekko/cluster/sharding/ClusterShardingHealthCheckSpec.scala   | 1 +
 .../test/scala/org/apache/pekko/cluster/sharding/StopShardsSpec.scala    | 1 +
 2 files changed, 2 insertions(+)

diff --git 
a/cluster-sharding/src/test/scala/org/apache/pekko/cluster/sharding/ClusterShardingHealthCheckSpec.scala
 
b/cluster-sharding/src/test/scala/org/apache/pekko/cluster/sharding/ClusterShardingHealthCheckSpec.scala
index 99132427da..a688030536 100644
--- 
a/cluster-sharding/src/test/scala/org/apache/pekko/cluster/sharding/ClusterShardingHealthCheckSpec.scala
+++ 
b/cluster-sharding/src/test/scala/org/apache/pekko/cluster/sharding/ClusterShardingHealthCheckSpec.scala
@@ -32,6 +32,7 @@ object ClusterShardingHealthCheckSpec {
     pekko.loggers = ["org.apache.pekko.testkit.SilenceAllTestEventListener"]
     pekko.actor.provider = cluster
     pekko.remote.artery.canonical.port = 0
+    pekko.remote.classic.netty.tcp.port = 0
     """)
 }
 
diff --git 
a/cluster-sharding/src/test/scala/org/apache/pekko/cluster/sharding/StopShardsSpec.scala
 
b/cluster-sharding/src/test/scala/org/apache/pekko/cluster/sharding/StopShardsSpec.scala
index 181eae6cc1..b842993b5c 100644
--- 
a/cluster-sharding/src/test/scala/org/apache/pekko/cluster/sharding/StopShardsSpec.scala
+++ 
b/cluster-sharding/src/test/scala/org/apache/pekko/cluster/sharding/StopShardsSpec.scala
@@ -43,6 +43,7 @@ object StopShardsSpec {
         pekko.loggers = 
["org.apache.pekko.testkit.SilenceAllTestEventListener"]
         pekko.actor.provider = "cluster"
         pekko.remote.artery.canonical.port = 0
+        pekko.remote.classic.netty.tcp.port = 0
         pekko.test.single-expect-default = 5 s
         pekko.cluster.sharding.distributed-data.durable.keys = []
         pekko.cluster.sharding.remember-entities = off


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to