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

Key: CIB-754
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: jason
Reporter: Paul Redmond
Votes: 0
Watchers: 0
Operations

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

Pulse should continue after parsing incomplete cppunit xml files

Created: 14/Nov/06 05:22 PM   Updated: 15/Nov/06 01:28 AM
Component/s: None
Affects Version/s: 1.2.4
Fix Version/s: 1.2.6


 Description  « Hide
I have a cppunit test that segfaults. This creates an incomplete xml file which Pulse tries to post-process but fails on. After this I can't see the results of any other tests. I just get an error message:

Unable to parse CppUnit report '/home/pulse/.pulse-agent/data/recipes/2523137/output/00000003-cppunit/cppunit report files/array_1d_input.xml': Premature end of file.

It would be nice if Pulse produced a warning and kept on going.

 All   Comments   Change History      Sort Order:
jason - 14/Nov/06 11:12 PM
Hi Paul,

Good point. We will implement this for the next build.

jason - 15/Nov/06 01:28 AM
Failure to process a test report now results in a warning message (shown in the summary and detailed views) rather than aborting all processing. Refer to change 2593.