Cleanup more state in PersistenceSpec
This commit is contained in:
parent
23becc4565
commit
17403a4faa
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ object PersistenceSpec {
|
||||||
trait Cleanup { this: PekkoSpec =>
|
trait Cleanup { this: PekkoSpec =>
|
||||||
val storageLocations =
|
val storageLocations =
|
||||||
List("pekko.persistence.snapshot-store.local.dir",
|
List("pekko.persistence.snapshot-store.local.dir",
|
||||||
|
"pekko.persistence.journal.leveldb.dir",
|
||||||
"pekko.persistence.journal.leveldb-shared.store.dir").map(s => new File(system.settings.config.getString(s)))
|
"pekko.persistence.journal.leveldb-shared.store.dir").map(s => new File(system.settings.config.getString(s)))
|
||||||
|
|
||||||
override protected def atStartup(): Unit = {
|
override protected def atStartup(): Unit = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue