History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: SUREFIRE-226
Type: Bug Bug
Status: Closed Closed
Resolution: Duplicate
Priority: Major Major
Assignee: Unassigned
Reporter: Mark Chaimungkalanont
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Maven Surefire

XML Test Results files are not accurate

Created: 17/Jul/06 03:57 AM   Updated: 21/Jan/07 05:03 PM
Component/s: None
Affects Version/s: 2.0 (2.2 plugin)
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments: 1. Zip Archive mixedBuild.zip (11 kb)

Environment: Maven 2.0.4. Windows
Issue Links:
Duplicate
 


 Description  « Hide
In the attached test project I seem to be getting very peculiar results. Namely, the XML results files do not match up to the txt file, which should be what is happening.
  • TEST-PassingTest.xml should report 2 passing tests, 0 failing tests but reports 3 passing tests and 3 failing tests. It reports test results for all 3 test classes
  • TEST-MixedTest.xml should report 1 passing test, 1 failing tests and does so.
  • TEST-FailingTest.xml should report 0 passing tests, 2 failing tests but reports 1 passing test and 3 failing tests.

This is very wacky. I've tried running it in different fork modes. The results seems to occasionally be accurate, seemingly more often on forkmode=always, but still not always...

The results in the *.txt files seems to always be accurate.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Mark Chaimungkalanont - 23/Jul/06 09:14 PM
Duplicates MSUREFIRE-114