It only fails build if exit status of ANT is signaling failure. It parses the XML output and will present the statistics, but not fail. If we run with -Dtests.haltonfailure=false, it will always pass the build (unless some non-test failures like compile errors occur). No mails will be sent on failing tests then.
----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: [email protected] [mailto:[email protected]] On Behalf Of > Dawid Weiss > Sent: Monday, September 17, 2012 3:12 PM > To: [email protected] > Subject: Re: being a good citizen is hard when you can't successfully run > tests.... > > > What would they add in addition to the test histories you can see on > > jenkins? > > Is there a per-test history on jenkins too? I'm more familiar with Atlassian > Bamboo. Obviously if it already is in Jenkins there's no need to do anything > other than just run tests with > > -Dtests.haltonfailure=false > > I'm wondering if jenkins also considers a build "failed" if tests fail but ant > returns with success (i.e. does it parse log XMLs and derive this information > from there)? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] For additional > commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
