Issue Type: Bug Bug
Affects Versions: current
Assignee: Unassigned
Attachments: noMemoryMappedIoForWindows.patch
Components: core
Created: 27/Jan/13 7:52 PM
Description:

Builds with surefire reports on Windows OS prevents deletion of files with output from tests. These files are created when maven.test.redirectTestOutputToFile is activated.
There is known problem with memory mapped io on windows os.
"[...] Windows does not allow a mapped file to be deleted [...]" http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4715154
hudson.tasks.junit.SuiteResult uses memory mapped io to read the redirected test output.

I have attached a patch, that reactivates an older implementation without memory mapped io on windows os.

Environment: Windows
Project: Jenkins
Labels: surefire
Priority: Major Major
Reporter: Marc-Olaf Jaschke
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to