[jboss-as7-dev] Testsuite excludes most tests

Thomas Diesler thomas.diesler at jboss.com
Fri Nov 25 12:24:43 EST 2011


Folks,

I believe the recent changes to the testsuite effectively exclude most 
integration tests. We have

    $ ls  testsuite/integration/src/test/java/org/jboss/as/test/integration/
    beanvalidation deployment ejb jaxr jmx jsf messaging pojo sar
    transaction weld  xerces
    common ee jaxb jaxrs jpa management osgi rar security web ws

The basic integration tests only run these in the first execution

<includes>
<include>org/jboss/as/test/integration/**/*SecondTestCase.java</include>
<include>org/jboss/as/test/integration/ejb/iiop/**/*TestCase*.java</include>
<include>org/jboss/as/test/integration/ejb/mdb/**/*TestCase*.java</include>
<include>org/jboss/as/test/integration/ejb/entity/cmp/**/*TestCase*.java</include>
<include>org/jboss/as/test/integration/ejb/remote/entity/cmp/**/*TestCase*.java</include>
<include>org/jboss/as/test/integration/ejb/management/deployments/EjbJarInEarRuntimeResourcesTestCase.java</include>
<include>org/jboss/as/test/integration/ejb/management/deployments/EjbJarRuntimeResourcesTestCase.java</include>
<include>org/jboss/as/test/integration/messaging/**/*TestCase*.java</include>
<include>org/jboss/as/test/integration/management/cli/HelpTestCase.java</include>
<include>org/jboss/as/test/integration/management/cli/JmsTestCase.java</include>
</includes>

I suppose later executions would run stuff excluding the above this is never reached (if there are failures above).

Please fix - being able to run the integration tests is important.

BTW, -DallTests is no option because that includes benchmarks, stress, clustering, which I would want only Jenkins to run.

cheers
-thomas

-- 
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Thomas Diesler
JBoss OSGi Lead
JBoss, a division of Red Hat
xxxxxxxxxxxxxxxxxxxxxxxxxxxx

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-as7-dev/attachments/20111125/cbb57980/attachment.html 


More information about the jboss-as7-dev mailing list