akka/akka-core

Additional test coverage for DurableStateBehavior

Open

#30,516 opened on Aug 10, 2021

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Scala (3,547 forks)batch import
help wantedt:persistencet:testing

Repository metrics

Stars
 (13,277 stars)
PR merge metrics
 (Avg merge 8d 19h) (10 merged PRs in 30d)

Description

Compared to EventSourcedBehavior the test coverage of DurableStateBehavior is rather light. Would be good to add some more tests corresponding to some of https://github.com/akka/akka/tree/master/akka-persistence-typed-tests/src/test/scala/akka/persistence/typed/scaladsl

It would also be good with some additional tests in Java, corresponding to some of https://github.com/akka/akka/tree/master/akka-persistence-typed/src/test/java/akka/persistence/typed/javadsl and https://github.com/akka/akka/tree/master/akka-persistence-typed-tests/src/test/java/akka/persistence/typed/javadsl

Contributor guide