lerna-stack / akka-entity-replication

Akka extension for fast recovery from failure with replicating stateful entity on multiple nodes in Cluster
Apache License 2.0
30 stars 1 forks source link

CI doesn't detect some test failures #145

Closed xirc closed 2 years ago

xirc commented 2 years ago

CI doesn't detect some test failures. Reproduction is [DONT MERGE] CI will fail due to `java.lang.ExceptionInInitializerError:` by xirc · Pull Request #148 · lerna-stack/akka-entity-replication.

Using if always() might be better to detect test failures on CI. The related code and docs are the following: