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:
Johan Andrén 2021-06-02 13:37:52 +02:00 committed by GitHub
parent 1c6f184127
commit d4fdf5639e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 79 additions and 490 deletions

View file

@ -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}"