You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test failures seem to be timeouts when forming clusters.
[info] - must be allowed to join a cluster with a node using the pekko protocol *** FAILED *** (6 seconds, 100 milliseconds)
[info] java.lang.AssertionError: assertion failed: timeout 6 seconds expired:
[info] at scala.Predef$.assert(Predef.scala:279)
[info] at org.apache.pekko.testkit.TestKitBase.poll$1(TestKit.scala:310)
[info] at org.apache.pekko.testkit.TestKitBase.awaitCond(TestKit.scala:316)
[info] at org.apache.pekko.testkit.TestKitBase.awaitCond$(TestKit.scala:299)
[info] at org.apache.pekko.testkit.TestKit.awaitCond(TestKit.scala:982)
[info] at org.apache.pekko.cluster.ClusterTestKit$ClusterTestUtil.formCluster(ClusterTestKit.scala:87)
[info] at org.apache.pekko.cluster.MixedProtocolClusterSpec.$anonfun$new$2(MixedProtocolClusterSpec.scala:65)
https://github.com/apache/pekko/actions
It seems likely that the recent changes to support Akka nodes in mixed Pekko/Akka clusters have broken something in our cluster code.
The text was updated successfully, but these errors were encountered: