[Buildbot-commits] [Buildbot] #2452: traceback on page displayed
Buildbot
nobody at buildbot.net
Wed Feb 20 00:34:47 UTC 2013
#2452: traceback on page displayed
--------------------+------------------------
Reporter: virgilg | Owner:
Type: defect | Status: new
Priority: major | Milestone: undecided
Version: 0.8.7p1 | Resolution:
Keywords: |
--------------------+------------------------
Comment (by dustin):
It looks like there's a sourcestamp in the db that refers to nonexistent
changes. The DB's consistency checks should prevent that, but SQLite
doesn't check such things.
Try running
{{{
select sourcestamp_changes.changeid from sourcestamp_changes left join
changes on sourcestamp_changes.changeid == changes.changeid where
changes.changeid is NULL;
}}}
to figure out what the offending change id's are. Then delete those from
`sourcestamp_changes`
--
Ticket URL: <http://trac.buildbot.net/ticket/2452#comment:1>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list