| << Back to previous view |
[QB-462] Allow viewing of log even if build is cancelled
|
|
| Status: | Resolved |
| Project: | QuickBuild |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 4.0.0-M2, 4.0.0 |
| Type: | Improvement | Priority: | Major |
| Reporter: | Tom De Leon | Assigned To: | Robin Shen |
| Resolution: | Fixed | Votes: | 2 |
| Remaining Estimate: | Unknown | Time Spent: | Unknown |
| Original Estimate: | Unknown | ||
| Description |
|
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.
|
| Comments |
| Comment by 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. |