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

Martin Gencur (JIRA) jira-events at lists.jboss.org
Fri Sep 2 09:00:27 EDT 2011


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

Martin Gencur commented on ARQ-336:
-----------------------------------

I had a conversation with Aslak. This JIRA is going to be merged into master once 1.0.0.Final is out (only bug fixes will be merged before Final is out). Until that moment, I have time to rework this solution a bit to be using mode="suite|class|manual" instead of managed="true|false". ARQ-236 can be solved after this JIRA. Furthermore, there will be an option to start a server with modifications to the default/template configuration. Something like controller.start("CONTAINER1", Config.add("port", "8180").add("ip", "192.1.1.1")) or controller.start("CONTAINER1", propertiesOverrideMap)) where the map is of type Map<String,String> .

> 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
>             Fix For: 1.1.0.Beta1
>
>
> 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