[
http://jira.jboss.com/jira/browse/JBAS-5582?page=all ]
Adrian Brock closed JBAS-5582.
------------------------------
Resolution: Done
There is now a "smoke-tests" target, e.g.
./build.sh smoke-tests
If you already have the server running you can use
./build.sh smoke-tests-raw
which doesn't try to start the all configuration before running the tests
The initial set of tests are defined in the smoke-tests-raw configuration
<fileset dir="${build.classes}">
<include
name="org/jboss/test/aop/test/AOPUnitTestCase.class"/>
<include
name="org/jboss/test/classloader/test/ScopingUnitTestCase.class"/>
<include
name="org/jboss/test/cts/test/*UnitTestCase.class"/>
<exclude
name="org/jboss/test/cts/test/StatefulSessionLocalUnitTestCase.class"/>
<exclude
name="org/jboss/test/cts/test/StatefulSessionUnitTestCase.class"/>
<exclude
name="org/jboss/test/cts/test/LongWaitStatefulSessionUnitTestCase.class"/>
<include
name="org/jboss/test/ejb3/test/SimpleSessionUnitTestCase.class"/>
<include
name="org/jboss/test/jbossmessaging/test/JBossMessagingJoramUnitTestCase.class"/>
<include
name="org/jboss/test/jca/test/BaseConnectionManagerUnitTestCase.class"/>
<include
name="org/jboss/test/jca/test/PoolingUnitTestCase.class"/>
<include
name="org/jboss/test/jca/test/XADSUnitTestCase.class"/>
<include
name="org/jboss/test/jmsra/test/*UnitTestCase.class"/>
<include
name="org/jboss/test/naming/test/SimpleUnitTestCase.class"/>
<include
name="org/jboss/test/tm/test/TransactionManagerUnitTestCase.class"/>
<include
name="org/jboss/test/web/test/WebIntegrationUnitTestCase.class"/>
</fileset>
I've excluded the cts StatefulSession tests for now since these take a long to run.
Add a smoke tests target to the testsuite
-----------------------------------------
Key: JBAS-5582
URL:
http://jira.jboss.com/jira/browse/JBAS-5582
Project: JBoss Application Server
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Test Suite
Reporter: Adrian Brock
Assigned To: Adrian Brock
Fix For: JBossAS-5.0.0.CR1
There should be a subset of tests defined that allows one to quickly
determine whether basic features have been broken.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira