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:
parent
ce07d5f15a
commit
7dfcc0bfd0
7 changed files with 77 additions and 66 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue