[jboss-dev] Hudson and XMLJUnitMultipleResultFormatter
Prabhat Jha
pjha at redhat.com
Wed Sep 5 17:35:00 EDT 2007
Hi Brian,
The reporting problem has been a known issue to us and we have requested
Hudson dev for the fix.
In mean time, you can see the CC style reports at when build is done by
http://dev45.qa.atl.jboss.com:8585/hudson/view/JBoss%20AS/job/JBoss-AS-5.0.x-TestSuite-sun15/ws/trunk/testsuite/output/reports/index.html
Regards,
Prabhat
Brian Stansberry wrote:
> 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.)
>
More information about the jboss-development
mailing list