[ https://issues.apache.org/jira/browse/QPID-3402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13117671#comment-13117671 ]
Robbie Gemmell commented on QPID-3402: -------------------------------------- The test exclusion system has been updated to cope with the spaces/parentheses. The SSL tests which were putting absolute paths into the ConnectionURL have been updated to use relative paths to the keystore files (which are entirely within the project tree and dont contain any spaces/parentheses). > various issues prevent running the Java test profiles in a Jenkins matrix > project > --------------------------------------------------------------------------------- > > Key: QPID-3402 > URL: https://issues.apache.org/jira/browse/QPID-3402 > Project: Qpid > Issue Type: Test > Components: Ant Build System, Java Tests > Reporter: Robbie Gemmell > Assignee: Robbie Gemmell > Fix For: 0.13 > > > Various issues prevent running the Java test profiles in a Jenkins matrix > project, because use of the matrix results in a workspace path structure > containing spaces and parentheses. > - The test exclusion system doesnt work when running the tests in a directory > structure including spaces, making all tests execute. > - Some of the tests place paths to files into Connection URL, which cant be > parsed due to the parentheses. > - The Java tests try to start an external broker (even the same-vm profiles > which use a spawned broker for failover tests) which fails due to the > directory structure making the absolute path for the command illegal, but > working around this then results in failure to start up due to ClassNotFound > exceptions. > - The cleanup commands use absolute paths to the commands, which also fails > due to the directory structure. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org