[Buildbot-commits] [buildbot/buildbot] b2b864: replace changeEventGenerator with getRecentChangeI...

noreply at github.com noreply at github.com
Sat Feb 26 21:03:16 UTC 2011


Branch: refs/heads/master
Home:   https://github.com/buildbot/buildbot

Commit: b2b864fcbea4629114ba31ac584bdfb1d78686ba
    https://github.com/buildbot/buildbot/commit/b2b864fcbea4629114ba31ac584bdfb1d78686ba
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date:   2011-02-26 (Sat, 26 Feb 2011)

Changed paths:
  M master/buildbot/changes/manager.py
  M master/buildbot/db/changes.py
  M master/buildbot/status/web/console.py
  M master/buildbot/status/web/waterfall.py
  M master/buildbot/test/unit/test_db_changes.py

Log Message:
-----------
replace changeEventGenerator with getRecentChangeInstances

The changeEventGenerator had a nasty habit of holding database
connections open, causing locking errors.  The new method is probably
less efficient, but is more reliable.

Refs #1833






More information about the Commits mailing list