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

Refactor `ShardSnapshotStore` failure specs #175

Closed xirc closed 2 years ago

xirc commented 2 years ago

Prepares for https://github.com/lerna-stack/akka-entity-replication/issues/174

The following class can use Akka Persistence TestKit:

This change make us more easier to add and change tests of ShardSnapshotStore (SnapshotStore).