[Buildbot-commits] [buildbot/buildbot] 91c884: Fix accumulation of rows in scheduler_changes tabl...
noreply at github.com
noreply at github.com
Fri Aug 20 21:27:55 UTC 2010
Branch: refs/heads/master
Home: http://github.com/buildbot/buildbot
Commit: 91c884e5faee567e2dd66b65c40736e69b5c8657
http://github.com/buildbot/buildbot/commit/91c884e5faee567e2dd66b65c40736e69b5c8657
Author: Chris AtLee <catlee at mozilla.com>
Date: 2010-08-20 (Fri, 20 Aug 2010)
Changed paths:
M master/buildbot/schedulers/timed.py
M master/buildbot/test/fake/fakedb.py
A master/buildbot/test/unit/test_schedulers_timed_Nightly.py
Log Message:
-----------
Fix accumulation of rows in scheduler_changes table
Nightly scheduler now expires changes, even if onlyIfChanged is False.
It also stops adding items to scheduler_changes if onlyIfChanged is
False.
Fixes: #939
More information about the Commits
mailing list