[forge-issues] [JBoss JIRA] (FORGE-757) Forge tests should delete the created folders

George Gastaldi (JIRA) jira-events at lists.jboss.org
Mon Sep 30 13:08:02 EDT 2013


     [ https://issues.jboss.org/browse/FORGE-757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Gastaldi closed FORGE-757.
---------------------------------

         Assignee: George Gastaldi
    Fix Version/s: 2.0.0.Alpha13
                       (was: 2.x Future)
       Resolution: Done


Added the following to the parent pom.xml:
{code:xml}
 <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.16</version>
<configuration>
<argLine>-Xms512m -Xmx1024m -XX:MaxPermSize=256m</argLine>
<workingDirectory>${project.build.directory}</workingDirectory>
<systemProperties>
<java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
</systemProperties>
</configuration>
</plugin>
{code}
                
> Forge tests should delete the created folders
> ---------------------------------------------
>
>                 Key: FORGE-757
>                 URL: https://issues.jboss.org/browse/FORGE-757
>             Project: Forge
>          Issue Type: Enhancement
>          Components: Test Harness
>    Affects Versions: 1.2.0.Final
>            Reporter: George Gastaldi
>            Assignee: George Gastaldi
>            Priority: Critical
>             Fix For: 2.0.0.Alpha13
>
>
> After running tests, Forge isn't removing the created temp folders inside the /tmp folder. That leads to insufficient disk space after some time if these files are not deleted.

--
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


More information about the forge-issues mailing list