[arquillian-issues] [JBoss JIRA] (ARQ-638) Option to "clean" the container before running tests

Aslak Knutsen (Commented) (JIRA) jira-events at lists.jboss.org
Fri Nov 11 13:27:45 EST 2011


    [ https://issues.jboss.org/browse/ARQ-638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642196#comment-12642196 ] 

Aslak Knutsen commented on ARQ-638:
-----------------------------------

This could be a feature of the AS7 Managed Container impl controlled via ContainerConfiguration.

{code}
void setup(config) {
  if(config.clean()) {
    delete(config.getJbossHome(), config.getConfiguration(), 'tmp')
    ....
  }
}
{code}

                
> Option to "clean" the container before running tests
> ----------------------------------------------------
>
>                 Key: ARQ-638
>                 URL: https://issues.jboss.org/browse/ARQ-638
>             Project: Arquillian
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Configuration, JBoss Containers
>    Affects Versions: 1.0.0.CR5
>            Reporter: Ondrej Zizka
>
> It would be nice to have an option to have the container cleaned before launching it.
> For AS7 as an example, that would mean deleting
> * standalone/log
> * standalone/data
> * standalone/tmp
> * standalone/deployments (?)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list