This is an automated email from the ASF dual-hosted git repository.
engelen 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 81559093dd allow compat check in cluster test (#1865)
81559093dd is described below
commit 81559093dddf74d9f7ac08aa00dddd4d9e4fe632
Author: PJ Fanning <[email protected]>
AuthorDate: Mon May 26 12:06:24 2025 +0100
allow compat check in cluster test (#1865)
---
.../org/apache/pekko/cluster/MixedProtocolClusterSpec.scala | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git
a/cluster/src/test/scala/org/apache/pekko/cluster/MixedProtocolClusterSpec.scala
b/cluster/src/test/scala/org/apache/pekko/cluster/MixedProtocolClusterSpec.scala
index 57d02f0e7b..0ac533b38b 100644
---
a/cluster/src/test/scala/org/apache/pekko/cluster/MixedProtocolClusterSpec.scala
+++
b/cluster/src/test/scala/org/apache/pekko/cluster/MixedProtocolClusterSpec.scala
@@ -36,8 +36,7 @@ object MixedProtocolClusterSpec {
pekko.remote.artery.advanced.aeron.idle-cpu-level = 3
pekko.remote.accept-protocol-names = ["pekko", "akka"]
- pekko.cluster.jmx.multi-mbeans-in-same-jvm = on
- pekko.cluster.configuration-compatibility-check.enforce-on-join = off""")
+ pekko.cluster.jmx.multi-mbeans-in-same-jvm = on""")
val configWithUdp: Config =
ConfigFactory.parseString("""
@@ -253,7 +252,10 @@ class MixedProtocolClusterSpec extends PekkoSpec with
ClusterTestKit {
}
}
- "allow a cluster with just pekko nodes (netty ssl)" taggedAs
LongRunningTest in {
+ }
+
+ "A node using the pekko protocol" must {
+ "allow a plain pekko node to join (netty ssl)" taggedAs LongRunningTest in
{
// this is not a mixed protocol test, but the netty ssl transport seems
not to have many tests
val cfg = ConfigFactory.parseString("""
@@ -273,6 +275,5 @@ class MixedProtocolClusterSpec extends PekkoSpec with
ClusterTestKit {
clusterTestUtil.shutdownAll()
}
}
-
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]