apache / pekko

Build highly concurrent, distributed, and resilient message-driven applications using Java/Scala
https://pekko.apache.org/
Apache License 2.0
1.17k stars 139 forks source link

(Nightly) tests are failing #162

Closed jrudolph closed 1 year ago

jrudolph commented 1 year ago

It seems some tests have been failing for a long time as seen in https://github.com/apache/incubator-pekko/actions/workflows/nightly-builds.yml. Not sure how that slipped but note that PR validation tries to minimize the test set to speed up PR validation. In any case, we need to keep nightlies green to make sure that all Scala/JDK variations still work and that no test failures slipped through PR validation.

[02-10 01:28:45.154] [error] (cluster-typed / Test / test) sbt.TestsFailedException: Tests unsuccessful
[02-10 01:28:45.154] [error] (actor-tests / Test / test) sbt.TestsFailedException: Tests unsuccessful
jrudolph commented 1 year ago

Latest run after merging fixes is running here: https://github.com/apache/incubator-pekko/actions/runs/4162081891/jobs/7200808703

jrudolph commented 1 year ago

Looking slightly better now, one main run succeeded others failed because of https://github.com/apache/incubator-pekko/pull/177 and probably because of a flaky test.

jrudolph commented 1 year ago

Similar problems in the Scala 3 nightly build.

jrudolph commented 1 year ago

Scala 3 nightlies now green. Other nightlies now also mostly green (https://github.com/apache/incubator-pekko/actions/runs/4162910938/jobs/7202654074) apart from flaky Aeron tests (maybe we should split those off into an extra nightly task).

jrudolph commented 1 year ago

Seems all nightlies but multi-node tests have at least one green run right now.