mdedetrich opened a new pull request, #473: URL: https://github.com/apache/incubator-pekko/pull/473
The `persistence-shared/src/test/scala/org/apache/pekko/persistence/journal/leveldb/SharedLeveldbJournalSpec.scala` test currently fails if its run more then once because state that is stored in a local temp folder is not cleaned up after the test completes. You can replicate this locally by doing the following * run `persistence-shared/test` locally once, it should pass * run `persistence-shared/test` second time, it should fail and continue to fail If you apply this change then the tests continue to pass. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
