The AS trunk testsuite is failing in the tomcat-webctx target for the
same underlying reason that it was failing in tomcat-sso before I fixed
that a couple days ago. There are a bunch of calls to the create-config
macro in testsuite/build.xml that haven't been updated for the new AS 5
structure. The config contents should be:
<create-config ...>
<patternset>
<include name="conf/**"/>
<include name="deployers/**"/>
<include name="deploy/ROOT.war/**"/>
<include name="lib/**"/>
.... other stuff the config wants
</patternset>
</create-config>
Legacy references to stuff like deploy/jbossweb-tomcat6.sar or
deploy/xyx.deployer should be removed. The deploy/ROOT.war/** element
needs to be there so the test fixture can ping the war to test when the
server has started.
Tomorrow morning I plan on going through the testsuite/build.xml and
fixing all the various targets in this way. If you don't want me to do
that for a particular target, send me a note telling me not to (and, of
course, fix it yourself.)
jboss-qa-internal(a)redhat.com wrote:
View results here ->
http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-testsuite-1.5?l...
BUILD FAILED
Ant Error
Message: /services/cruisecontrol/work/scripts/build-jboss-common.xml:261:
The following error occurred while executing this line:
/services/cruisecontrol/work/scripts/build-jboss-common.xml:163: Exit
code: 1 See tests.log in Build Artifacts for details.
Date of build: 03/14/2007 08:38:02
Time to build: 269 minutes 53 seconds
Last changed: 03/14/2007 00:23:21
Last log entry: Improve memory filling algorithm
Unit Tests: (0) Total Errors and Failures: (0)
Modifications since last build: (first 50 of 2)
61321 modified bstansberry(a)jboss.com
//trunk/testsuite/src/main/org/jboss/test/classloader/leak/clstore/ClassLoaderStore.java
Improve memory filling algorithm
61319 modified dimitris(a)jboss.org //trunk/testsuite/build.xml JBPAPP-72,
correct typo
------------------------------------------------------------------------
_______________________________________________
jboss-development mailing list
jboss-development(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-development
--
Brian Stansberry
Lead, AS Clustering
JBoss, a division of Red Hat
brian.stansberry(a)redhat.com