Sergio Peña created SENTRY-2054:
-----------------------------------
Summary: Unit tests must create temporary files under the Maven
target directory
Key: SENTRY-2054
URL: https://issues.apache.org/jira/browse/SENTRY-2054
Project: Sentry
Issue Type: Test
Components: Sentry
Affects Versions: 2.0.0
Reporter: Sergio Peña
All the unit tests are using the /tmp directory as a place to put its own
temporary files. This directory can be deleted and cleaned completely by
external processes causing unit tests to fail unexpectedly.
We should configure the maven build to put the temporary files under the
project build directory which will be created and cleaned up every time the
tests are executed.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)