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

Key: QB-462
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Robin Shen
Reporter: Tom De Leon
Votes: 2
Watchers: 2
Operations

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

Allow viewing of log even if build is cancelled

Created: 27/Oct/09 04:18 PM   Updated: 04/Oct/11 03:43 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 4.0.0-M2, 4.0.0

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Right now if a build is cancelled, the log files show up blank. I'm not sure if this is just not implemented or a bug, but it would be nice to have. Sometimes when we know a long build is going to fail anyway, we just want to cancel and see the log up to that point without having to wait for it to complete.

 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [28/Oct/09 12:20 AM]
This is currently a limitation. QuickBuild gathers scattered logs on different agents when step finishes instead of retrieving generated log entries each time when they are generated for performance consideration. If a build is cancelled, QuickBuild returns immediately and do not wait for child step to finish to collect logs just to make sure the build can be cancelled reliably.