Has anybody figured this issue out? I'm experiencing the exact same problem and I looked at the surefire reports and did not find any failures... Also I have over 1200 unit tests so trying to isolate one is not feasible (plus I do not believe there are actually any failures).
Any help would be appreciated. Thanks, Sujan tomiq wrote: > > Hi everyone there is some weird surefire test issue running on my > computer. > The problem is that I have 5 nonFailing(!) TestCase tests. When I run mvn > test on the project surefire first runs the tests with no failure (Tests > run: 95, Failures: 0, Errors: 0, Skipped: 0) then writes "There are test > failures." so the build fails too (even if -fn or -fae are enabled - I > need the project's maven package). > [EDIT] surefire tests pass only if > <testFailureIgnore>true</testFailureIgnore> is set in the > maven-surefire-plugin's configuration. > > I encounred CHECKSUM FAILED warning while downloading some maven plugins > from repository : > org/apache/maven/surefire/surefire-providers/2.0/surefire-providers-2.0.pom, > but it happens on every mirror I tried. I also tried to redownload the > whole repository - nothing works. > I'm using maven2.0.4 on sunJava1.5_06 on winXPsp2 (and I can provide > detail info if it is needed). > So post if you have something to say about the matter. Thanx > > tomas r > > btw: some mvn output is attached: > http://www.nabble.com/file/629/error.log error.log > -- View this message in context: http://www.nabble.com/weird-surefire-test-failure-while-all-tests-succeed-tf2116002s177.html#a9436237 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
