Wrong subject, sorry - hasty cut'n'paste... Fixed.
On 12/08/2012 09:27 AM, Ondrej Zizka wrote:
Hi all,
I'd like to try to leverage JUnitDiff for AS CI.
JUnitDiff example:
http://dev39.mw.lab.eng.bos.redhat.com/~ozizka/projects/junitdiff/AGG_TES...
(older version, I don't have nice enough data to show with new)
Could we please archive the test report files of this job?
http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...
All I need is something like this at the end:
find testsuite/ -name 'TEST-*.xml' -or -name '*-output.txt' | zip
testsuite-reports.zip -@
and have testsuite-reports.zip archived.
The zip currently has 2.7 MB if there are no or few errors. The job
keeps 100 runs. That's 270 MB, I think that's no problem.
JUnitDiff has an integration with Jenkins - a plugin which can create
these reports automatically.
It could help detect intermittent tests more easily; also, it could
help with certain analysis, like test failures corelation etc.
So if it proves useful, we could add it to the builds.
If not, at least me and Honza Brazdil will have some real data to test
JUnitDiff with :)
Thanks,
Ondra