[Buildbot-commits] [Buildbot] #1971: Nightly timered build using incorrect change for revision
Buildbot
nobody at buildbot.net
Fri May 27 16:02:20 UTC 2011
#1971: Nightly timered build using incorrect change for revision
-------------------+--------------------
Reporter: zacw | Owner:
Type: defect | Status: new
Priority: major | Milestone: 0.8.4
Version: master | Resolution:
Keywords: |
-------------------+--------------------
Comment (by zacw):
Browsing around with no idea what I'm looking at,
{{{
# fetch change ids
tbl = self.db.model.sourcestamp_changes
q = tbl.select(whereclause=(tbl.c.sourcestampid == ssid))
res = conn.execute(q)
for row in res:
ssdict['changeids'].add(row.changeid)
res.close()
}}}
Does the where clause need to be sorted in some way? I don't know what
source stamps are, nor how they interact with anything, but this was the
only thing that stuck out.
I can add some debug code if you let me know what values you're interested
in and where.
--
Ticket URL: <http://trac.buildbot.net/ticket/1971#comment:4>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list