[Buildbot-commits] [Buildbot] #2420: buildbot web status loses links to triggered builds when master is restarted
Buildbot
nobody at buildbot.net
Thu Jan 3 23:04:55 UTC 2013
#2420: buildbot web status loses links to triggered builds when master is
restarted
----------------------+-----------------------
Reporter: hushp1pt | Owner:
Type: undecided | Status: new
Priority: major | Milestone: undecided
Version: 0.8.7p1 | Keywords:
----------------------+-----------------------
One super-build (A-0) triggers three triggerable builds (B-0,C-0,D-0). One
of those builds (C-0) triggers yet another triggerable build (E-0). All
triggers are waitForFinish=True.
When all builds are finished, the web status display of the super-build
(builders/A/builds/0) includes links (URLS) pointing to the web status
displays of the three builds that it triggered (builders/B/builds/0, etc).
The web status display of build C-0 includes a link pointing to the web
status display of its triggered build (E-0). The Waterfall also shows all
these links.
If I restart the buildbot master, the links to triggered builds B-0, C-0,
and D-0 all disappear from super-build A-0's web status display. But,
build C-0's web status display still shows the link pointing to E-0, as it
should. The Waterfall display matches this.
After the master is restarted, if I run another super-build (A-1) and wait
until that series is all finished, the links to those three triggered
builds (B-1, C-1, D-1) do appear, as they should.
If I restart the buildbot master a second time, the links to triggered
builds B-1, C-1, and D-1 all disappear from super-build A-1's web status
display. Build C-1's web status display still shows the link pointing to
E-1, and build C-0's web status display still shows the link pointing to
E-0. The Waterfall display matches this.
This is a bad problem for me, I was counting on those links to help users
comprehend a complex series of related builds.
Same result using either mysql or sqlite.
--
Ticket URL: <http://trac.buildbot.net/ticket/2420>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list