Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.15, 2.16
-
None
Description
After the SUREFIRE-938 fix was introduced in version 2.15 there is a problem of two much temp files created in the temp folder. This is related to this issue in DeferredFileOutputStream of common-io: https://issues.apache.org/jira/browse/IO-397
As a workaround it would be nice to have a configuration option for memory threshold size instead of hardcoded 1MB.
Another solutions would be do delete the temp file explicitly (if it exists) before closing the DeferredFileOutputStream.
Attachments
Issue Links
- is duplicated by
-
SUREFIRE-1051 Surefire plugin creates files in /tmp and does not delete them on exit
- Closed
- is related to
-
SUREFIRE-938 out of memory when logging more messages than heap size
- Closed