This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/pekko.git
commit 736dfaa2ec0e2b43a8c32b535275f866c0ddde7a Author: PJ Fanning <[email protected]> AuthorDate: Sat May 24 15:25:03 2025 +0100 enable compatibility check in cluster test --- cluster/src/test/scala/org/apache/pekko/cluster/ClusterJoinSpec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cluster/src/test/scala/org/apache/pekko/cluster/ClusterJoinSpec b/cluster/src/test/scala/org/apache/pekko/cluster/ClusterJoinSpec index d7abdbade5..904a36259c 100644 --- a/cluster/src/test/scala/org/apache/pekko/cluster/ClusterJoinSpec +++ b/cluster/src/test/scala/org/apache/pekko/cluster/ClusterJoinSpec @@ -35,8 +35,7 @@ object ClusterJoinSpec { pekko.remote.classic.netty.tcp.port = 0 pekko.remote.artery.advanced.aeron.idle-cpu-level = 3 - 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 configWithNetty: Config = --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
