[arquillian-issues] [JBoss JIRA] Issue Comment Edited: (ARQ-336) Inject container references in the test to start/stop containers

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Mon Jun 27 10:00:23 EDT 2011


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

Aslak Knutsen edited comment on ARQ-336 at 6/27/11 9:59 AM:
------------------------------------------------------------

- Should use the same Client/Container event model as ARQ-195
- Should support both clean shutdown and hard kill
- Needs a flag in configuration: managed=false

@ArquillianResource 
ServerController server;
   
     server.start(name) | stop(name) | kill(name)


name = refer to Container.qualifer in arquillian.xml

      was (Author: aslak):
    - Should use the same Client/Container event model as ARQ-195
- Should support both clean shutdown and hard kill
- Needs a flag in configuration: control="manual"

@ArquillianResource @Target("server-name")
ServerController server;
   
     server.start | stop | kill

  
> Inject container references in the test to start/stop containers
> ----------------------------------------------------------------
>
>                 Key: ARQ-336
>                 URL: https://issues.jboss.org/browse/ARQ-336
>             Project: Arquillian
>          Issue Type: Feature Request
>          Components: Base Implementation
>            Reporter: Jean Deruelle
>            Assignee: Martin Gencur
>
> Useful to test HA configuration and failover.
> Start 3 instances of JBoss AS in cluster mode target one of them and be able to kill it and start new nodes on demand to test failover.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list