[Buildbot-commits] [Buildbot] #1059: Console view crashes when category starts with a number (or has a dot?)
Buildbot
buildbot-devel at lists.sourceforge.net
Mon Nov 15 19:44:48 UTC 2010
#1059: Console view crashes when category starts with a number (or has a dot?)
-------------------+--------------------------------------------------------
Reporter: pitrou | Owner:
Type: defect | Status: new
Priority: major | Milestone: undecided
Version: 0.8.2 | Keywords: web
-------------------+--------------------------------------------------------
You can see it when clicking on the "console" link at top here:
http://www.python.org/dev/buildbot/all/waterfall
The console view crashes because it doesn't find a category named
".7.stable". Actually, a category "2.7.stable" exists. It seems the
console view tries to strip the leading number of category names (or
perhaps this is because of the dot?).
On the debug page which is generated:
http://www.python.org/dev/buildbot/all/console
we see that indeed the items in the "categories" list are wrong:
{{{
List instance @ 0x954d10c
Dictionary instance @ 0xb2d1446cL
'name' '.7.stable'
'size' 11
Dictionary instance @ 0xb372146cL
'name' '.7.unstable'
'size' 20
[etc.]
}}}
(this should have been "2.7.stable", "2.7.unstable"...)
... while the keys in the "slaves" dictionary are right.
--
Ticket URL: <http://buildbot.net/trac/ticket/1059>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list