[jboss-jira] [JBoss JIRA] (WFLY-2048) Subsystem testing framework uses incorrect subsystem dependencies for old versions

Tomaz Cerar (JIRA) jira-events at lists.jboss.org
Wed Sep 11 11:38:03 EDT 2013


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

Tomaz Cerar updated WFLY-2048:
------------------------------

    Fix Version/s: 8.0.0.Beta1

    
> Subsystem testing framework uses incorrect subsystem dependencies for old versions
> ----------------------------------------------------------------------------------
>
>                 Key: WFLY-2048
>                 URL: https://issues.jboss.org/browse/WFLY-2048
>             Project: WildFly
>          Issue Type: Bug
>          Components: Test Suite
>    Affects Versions: 8.0.0.Alpha4
>            Reporter: Paul Ferraro
>            Assignee: Tomaz Cerar
>             Fix For: 8.0.0.Beta1
>
>
> When upgrading to Infinispan 6.0, I had to @Ignore the following test:
> org.jboss.as.clustering.infinispan.subsystem.InfinispanSubsystemTransformerTestCase
> The subsystem test framework attempt to run old versions of the infinispan subsystem against the dependencies of the current subsystem version.
> On another note - I find this framework very cumbersome to debug when things go wrong since there is no output from starting the server.  So, all I know is it failed, without any indication why.  In my case, I add debug logging to the add operation handler and find that the add operation handlers throw NoClassDefFoundErrors and NoSuchMethodErrors, due to the framework attempting to use the 7.2 and 7.1.x versions of the subsystem with the dependencies from 8.0.  In the case of Infinispan 6.0, there are API changes that render it incompatible with the 7.2 and 7.1.x versions of the subsystem.

--
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 jboss-jira mailing list