Validate leveldb write plugin is enabled for leveldb read plugin (#29288)

* Validate leveldb write plugin is enabled for leveldb read plugin

And remove some weird overriding

* mima
This commit is contained in:
Christopher Batey 2020-06-24 08:01:03 +01:00 committed by GitHub
parent ce07d5f15a
commit 7dfcc0bfd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 77 additions and 66 deletions

View file

@ -32,9 +32,8 @@ object LeveldbPersistenceQueryDocSpec {
//#tagger
}
class LeveldbPersistenceQueryDocSpec(config: String) extends AkkaSpec(config) {
def this() = this("")
class LeveldbPersistenceQueryDocSpec
extends AkkaSpec("akka.persistence.journal.plugin = akka.persistence.journal.leveldb") {
"LeveldbPersistentQuery" must {
"demonstrate how get ReadJournal" in {