[jbossts-issues] [JBoss JIRA] (JBTM-1390) Update BaseCrashTest to use global arguments

Paul Robinson (JIRA) jira-events at lists.jboss.org
Mon Sep 16 05:11:03 EDT 2013


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

Paul Robinson updated JBTM-1390:
--------------------------------

    Assignee: Amos Feng

    
> Update BaseCrashTest to use global arguments
> --------------------------------------------
>
>                 Key: JBTM-1390
>                 URL: https://issues.jboss.org/browse/JBTM-1390
>             Project: JBoss Transaction Manager
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: Testing, XTS
>            Reporter: Paul Robinson
>            Assignee: Amos Feng
>            Priority: Minor
>             Fix For: 5.0.0.M5
>
>
> Ideally we should only have the byteman, memory and ipv6 args in a single place (root pom.xml). However, these are hardcoded in the BaseCrashTest of the XTS recovery tests.
> These should be using the values set in the pom.
> {code}
> protected String BytemanArgs = "-Xms64m -Xmx1024m -XX:MaxPermSize=512m -Dorg.jboss.byteman.verbose -Djboss.modules.system.pkgs=org.jboss.byteman -Dorg.jboss.byteman.transform.all -javaagent:target/test-classes/lib/byteman.jar=script:target/test-classes/scripts/@BMScript at .txt,boot:target/test-classes/lib/byteman.jar,listener:true";
>     protected String iPv6Args = "-Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Addresses=true -Djboss.bind.address=[::1] -Djboss.bind.address.management=[::1] -Djboss.bind.address.unsecure=[::1] ";
> {code}

--
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 jbossts-issues mailing list