[jbossts-issues] [JBoss JIRA] (JBTM-1816) JavaIDL test wrongly excluded?

Gytis Trikleris (JIRA) jira-events at lists.jboss.org
Wed Jul 3 13:59:21 EDT 2013


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

Gytis Trikleris commented on JBTM-1816:
---------------------------------------

You first need to build ArjunaJTS submodules with idlj enabled: ./build.sh -f ArjunaJTS/pom.xml clean install -DskipTests -Didlj-enabled.

Then to run that single test use: ./build.sh -f ArjunaJTS/jts/pom.xml test -Dtest=JavaIdlRecoveryUnitTest -Didlj-enabled

However, for me it only fails when I run tests like this: ./build.sh -f ArjunaJTS/jts/pom.xml -Didlj-enabled. But before running this you need to remove this line "<exclude>**/JavaIdlRecoveryUnitTest.java</exclude>" from jts-idlj profile configuration in ArjunaJTS/jts/pom.xml.
                
> JavaIDL test wrongly excluded?
> ------------------------------
>
>                 Key: JBTM-1816
>                 URL: https://issues.jboss.org/browse/JBTM-1816
>             Project: JBoss Transaction Manager
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: Build System, JTS, Testing
>    Affects Versions: 5.0.0.M3
>            Reporter: Mark Little
>            Assignee: Gytis Trikleris
>            Priority: Minor
>             Fix For: 5.0.0.M4
>
>
> In the JTS pom.xml within the IDLJ excludes section there is:
> <exclude>**/JavaIdlRecoveryUnitTest.java</exclude>
> Surely we shouldn't be excluding JavaIdl tests in the JavaIdl run? Should this refer to the JacORB tests instead?

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