[jboss-dev] Hudson and XMLJUnitMultipleResultFormatter

Brian Stansberry brian.stansberry at redhat.com
Wed Sep 5 17:27:17 EDT 2007


Hudson doesn't seem to handle the XMLJUnitMultipleResultFormatter 
business we add in the testsuite junit tasks.  We do this to append the 
name of the configuration to the test name for tests that we repeat 
under multiple configurations:

<sysproperty key="jboss-junit-configuration" 
value="${jboss-junit-configuration}"/>
<formatter 
classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" 
usefile="${junit.formatter.usefile}" 
extension="-${jboss-junit-configuration}.xml" />

http://hudson.jboss.org/hudson/job/JBoss-AS-5.0.x-TestSuite-sun15/32/testReport/org.jboss.test.cluster.multicfg.web.test/ 
shows a Hudson report where the identifying information is lost. (Why 
most of these tests are failing when they don't in cc is a separate issue.)

-- 
Brian Stansberry
Lead, AS Clustering
JBoss, a division of Red Hat
brian.stansberry at redhat.com




More information about the jboss-development mailing list