[jbossts-issues] [JBoss JIRA] (JBTM-1256) jbossts-branch417-EAP61-ipv6-dualstack is running the DB QA tests

Paul Robinson (JIRA) jira-events at lists.jboss.org
Tue Sep 18 02:57:34 EDT 2012


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

Paul Robinson commented on JBTM-1256:
-------------------------------------

The problem was due to the ordering of the clauses in the following statement:

{code}
[ -z "${IPV6_OPTS+x}" ] || target="junit-testsuite" && target="ci-tests"
{code}

The 'true' clause (preceded by &&) must come first; otherwise it will always trigger, even if the test returns false. This is  because '[ false ] || echo blah' will return true, thus triggering the code after the && to fire. 
                
> jbossts-branch417-EAP61-ipv6-dualstack is running the DB QA tests
> -----------------------------------------------------------------
>
>                 Key: JBTM-1256
>                 URL: https://issues.jboss.org/browse/JBTM-1256
>             Project: JBoss Transaction Manager
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Testing
>            Reporter: Paul Robinson
>            Assignee: Paul Robinson
>             Fix For: 4.17.0, 5.0.0.M2
>
>
> jbossts-branch417-EAP61-ipv6-dualstack is running junit-jdbc-ncl-testsuite, which I beleive it should not as we don't have any IPv6 databases.
> http://172.17.131.2/view/Narayana+BlackTie/job/jbossts-branch417-EAP61-ipv6-dualstack/72/console

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