Closed xirc closed 2 years ago
Prepares for https://github.com/lerna-stack/akka-entity-replication/issues/174
The following class can use Akka Persistence TestKit:
ShardSnapshotStoreFailureSpecBase
ShardSnapshotStoreFailureSpec
ShardSnapshotStoreLoadingFailureSpec
ShardSnapshotStoreSavingFaiureSpec
SnapshotPluginStub
This change make us more easier to add and change tests of ShardSnapshotStore (SnapshotStore).
ShardSnapshotStore
SnapshotStore
Prepares for https://github.com/lerna-stack/akka-entity-replication/issues/174
The following class can use Akka Persistence TestKit:
ShardSnapshotStoreFailureSpecBase
(to beShardSnapshotStoreFailureSpec
)ShardSnapshotStoreLoadingFailureSpec
(to be merged intoShardSnapshotStoreFailureSpec
)ShardSnapshotStoreSavingFaiureSpec
(to be merged intoShardSnapshotStoreFailureSpec
)SnapshotPluginStub
(to be removed)This change make us more easier to add and change tests of
ShardSnapshotStore
(SnapshotStore
).