Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nightly builds on main and 1.0.x broken (cluster tests) #1586

Closed
pjfanning opened this issue Dec 16, 2024 · 1 comment
Closed

Nightly builds on main and 1.0.x broken (cluster tests) #1586

pjfanning opened this issue Dec 16, 2024 · 1 comment

Comments

@pjfanning
Copy link
Contributor

pjfanning commented Dec 16, 2024

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.

[info] *** 32 TESTS FAILED ***
[error] Failed tests:
[error] 	org.apache.pekko.cluster.MixedProtocolClusterSpec
[error] 	org.apache.pekko.cluster.ClusterLogVerboseEnabledSpec
[error] 	org.apache.pekko.cluster.JoinConfigCompatCheckerRollingUpdateSpec
[error] 	org.apache.pekko.cluster.ClusterLogVerboseDefaultSpec
[error] 	org.apache.pekko.cluster.ClusterLogDefaultSpec
[error] 	org.apache.pekko.cluster.ClusterSpec
[error] 	org.apache.pekko.cluster.JoinConfigCompatCheckerSpec
@pjfanning
Copy link
Contributor Author

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant