Deprecate LevelDB (#30213)
* Deprecate LevelDB In preparation of moving into the testing infra (or deleting it completely) at some distant future point in time * Remove leveldb tests where there also is an inmem one * More details in deprecation text, recommend inmem + journal proxy for testing etc.
This commit is contained in:
parent
1c6f184127
commit
d4fdf5639e
33 changed files with 79 additions and 490 deletions
|
|
@ -31,7 +31,7 @@ object SnapshotDirectoryFailureSpec {
|
|||
class SnapshotDirectoryFailureSpec
|
||||
extends AkkaSpec(
|
||||
PersistenceSpec.config(
|
||||
"leveldb",
|
||||
"inmem",
|
||||
"SnapshotDirectoryFailureSpec",
|
||||
extraConfig = Some(s"""
|
||||
akka.persistence.snapshot-store.local.dir = "${SnapshotDirectoryFailureSpec.inUseSnapshotPath}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue