[Buildbot-commits] [SPAM] Re: [Buildbot] #714: sqlite error on shutdown
Buildbot
buildbot-devel at lists.sourceforge.net
Thu Jun 17 02:38:17 UTC 2010
#714: sqlite error on shutdown
------------------------+---------------------------------------------------
Reporter: dustin | Owner: warner
Type: undecided | Status: closed
Priority: blocker | Milestone: 0.8.0
Version: master | Resolution: fixed
Keywords: schedulerdb |
------------------------+---------------------------------------------------
Comment(by Dustin J. Mitchell):
fix thread leak, fix sqlite errors on shutdown, add tests
This fixes a major thread leak, by ensuring that the ConnectionPool's
close() method always gets called (fixes #722). That method was
triggering spurious errors from sqlite, but passing
check_same_thread=False fixes that (and fixes #714). This also
represents further work on #725 by adding new, well-isolated tests
Changeset: 5d41eef3718b79c034cab533f18354ad87f30f31
--
Ticket URL: <http://buildbot.net/trac/ticket/714#comment:3>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list