-
Task
-
Resolution: Obsolete
-
Major
-
None
-
None
A number of modules in the AS testsuite include tests that are never getting executed. How these are organized varies by module; typical is src/tests/org/jboss... with a build-test.xml file used to build and execute them via ant.
These have never been part of the overall build (e.g. the way the maven 'test' goal is executed as part of 'install') nor are they run as part of the testsuite. With the mavenization of AS trunk, these tend to not even work via ant. But there are quite a number of meaningful tests that should not just be abandoned.
This JIRA is a parent task for module-specific subtasks.
The intent is to get these working via the maven 'test' goal. However, at this point we don't want to increase the already lengthy build time of trunk by executing them as part of a default install. However, we do want the hudson build to execute them and include the results with the smoke-tests target output it publishes. Perhaps we'll execute them via the smoke-tests target itself.
These tests are meant to be fast unit tests, so any lengthy ones we find should probably be moved to the testsuite module.