Ticket #597 (closed defect: fixed)
RSS feed reports incorrect failing step
| Reported by: | ddunbar | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 0.7.12 |
| Version: | 0.7.11 | Keywords: | |
| Cc: |
Description
The RSS feed does not compute the failing step correctly. The problem is here: --
# get name of the failed step and the last 30 lines of its log. if build.getLogs():
log = build.getLogs()[-1] laststep = log.getStep().getName()
--
It is not always true that the last step is the one that failed, in which cases the feed reports the wrong step and attaches the wrong log.
Change History
Note: See
TracTickets for help on using
tickets.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)
fixed by ddunbar in [7d71ae0f2c167e90c79e6bafa6150568c2a22624] -- thanks!