Rick Kellogg created STORM-1031:
-----------------------------------
Summary: Cleanup for temporary directories during unit tests
Key: STORM-1031
URL: https://issues.apache.org/jira/browse/STORM-1031
Project: Apache Storm
Issue Type: Task
Affects Versions: 0.9.3, 0.10.0, 0.9.4, 0.9.5
Reporter: Rick Kellogg
Priority: Minor
During execution of unit tests, temporary directories are created in the users
TEMP/TMP directory. The clean process does not remove these as it has no
knowledge of the directory names. Given the size of these scratch directories,
it will eventually fill up the user's hard drive.
I believe this is caused by the clojure-maven-plugin but have not confirmed.
An acceptable work around would be to at least prefix the temporary directories
so they could be safely deleted.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)