[jboss-jira] [JBoss JIRA] (WFLY-13433) Improve capability support in EJB3 subsystem

Richard Achmatowicz (Jira) issues at jboss.org
Wed Jul 22 11:22:41 EDT 2020


    [ https://issues.redhat.com/browse/WFLY-13433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14277547#comment-14277547 ] 

Richard Achmatowicz commented on WFLY-13433:
--------------------------------------------

The only differences I can see between running -DallTests locally and what the CI runs is:
 * -Djboss.test.mixed.domain.dir to run the mixed domain tests, as described above 
 * -Dipv6 to enforce IPv6
 * -Djboss.test.transformers.eap to run the EAP transformer tests 
 * -DlegacyBuild to require a legacy build (using Wildfly Build Tools) for Galleon feature pack purposes
 * -DlegacyRelease to require a legacy release (using Wildfly Build Tools) for Galleon feature pack purposes
 * -Dmaven.test.failure.ignore=true to prevent maven from stopping testsuite execution on a failure
 * -DfailIfNoTests=false to prevent surefire stopping when no tests available to run  

It would be nice to have a special target to represent these which would be used locally; or to make -DallTests match what the CI does.

This may also require some local configuration for running the clustering tests using IPv6, as mentioned in testsuite/pom.xml :
{noformat}
<!-- Allow loopback to multicast -->
<!-- ip -6 route add table local local ff13::/16 dev lo metric 5 -->
{noformat}
 

> Improve capability support in EJB3 subsystem
> --------------------------------------------
>
>                 Key: WFLY-13433
>                 URL: https://issues.redhat.com/browse/WFLY-13433
>             Project: WildFly
>          Issue Type: Enhancement
>          Components: EJB
>    Affects Versions: 20.0.0.Beta1
>            Reporter: Richard Achmatowicz
>            Assignee: Richard Achmatowicz
>            Priority: Major
>
> Survey all external subsystem dependencies and introduce capability based dependencies where required.



--
This message was sent by Atlassian Jira
(v7.13.8#713008)



More information about the jboss-jira mailing list