sven-lange-last commented on a change in pull request #4628: Embedded Kafka support in OpenWhisk
Standalone mode
URL: https://github.com/apache/openwhisk/pull/4628#discussion_r326209107
##########
File path: tests/src/test/scala/org/apache/openwhisk/standalone/StandaloneServerFixture.scala
##########
@@ -93,6 +95,7 @@ trait StandaloneServerFixture extends TestSuite with BeforeAndAfterAll
with Stre
manifestFile.foreach(FileUtils.deleteQuietly)
serverProcess.destroy()
}
+ FileUtils.forceDelete(new File(dataDirPath))
Review comment:
At least for tests...
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
users@infra.apache.org
With regards,
Apache Git Services
|