[jboss-dev-forums] [Design of JBoss internal QA (Test Suite)] - Re: testsuite's log4j configuration leads to large reports
clebert.suconic@jboss.com
do-not-reply at jboss.com
Sat Jan 27 13:49:33 EST 2007
"scott.stark at jboss.org" wrote : If that works, great. I was not clear on whether a new stylesheet avoids the current memory problem.
I agree with Scott.. I don't think just replacing the XSL would fix the memory problem.
The stdout still on the XML for each test. When JUnitReport aggregates all the tests in a single XML, you will still have a problem to read that huge XML entry. (The System.out/ System.err). And that's what I think is happening.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4007232#4007232
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4007232
More information about the jboss-dev-forums
mailing list