Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.6.0
-
None
-
Reviewed
Description
A few tests use Files.createTempDir() from Guava package, but do not set java.io.tmpdir system property. Thus the temp directory is created in unpredictable places and is not being cleaned up by mvn clean.
This was probably introduced in TestOfflineImageViewer and then replicated in TestCheckpoint, TestStandbyCheckpoints.