Issue Details (XML | Word | Printable)

Key: MPTEST-39
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Lukas Theussl
Reporter: Sebastien Sahuc
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Maven 1.x Test Plugin

MPTEST-25 fix side effect: test failure doesn't halt execution

Created: 20/Jul/04 08:35 PM   Updated: 01/Sep/06 10:27 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.8

Time Tracking:
Not Specified

Issue Links:
Duplicate
 


 Description  « Hide
The fix for MPTEST-25 has a behavioral side effect that I consider as a bug. Before the fix, any test failure would halt the whole testing process, unless the failure.ignore was specified. Now, no matter what you do, the complete test suite will run eventhough you want it to stop at the first error it encounters.

http://jira.codehaus.org/browse/MPTEST-25

Thanks,

Seb



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Pascal Grange added a comment - 01/Sep/06 10:27 AM
It seems that the maven.test.failure.ignore property has been used to specify junit to stop test execution at the first encountered failure.

This means that it is no more possible to fail maven build when test fails but still executing ALL the tests. This is a bug.