[Buildbot-commits] [buildbot/buildbot] d8c2d1: Finish removing schedulers.state column

noreply at github.com noreply at github.com
Sun Sep 4 23:35:58 UTC 2011


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

  Commit: d8c2d1b1f5527c6d336b1c8278fee1eb34ff5529
      https://github.com/buildbot/buildbot/commit/d8c2d1b1f5527c6d336b1c8278fee1eb34ff5529
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2011-09-04 (Sun, 04 Sep 2011)

  Changed paths:
    M master/buildbot/db/schedulers.py
  M master/buildbot/schedulers/base.py
  M master/buildbot/test/fake/fakedb.py
  M master/buildbot/test/unit/test_schedulers_base.py
  M master/buildbot/test/unit/test_schedulers_timed_Nightly.py

  Log Message:
  -----------
  Finish removing schedulers.state column

The Nightly scheduler was still expecting scheduler state, and as such
would fail without the column.  This removes a bunch of now-dead code,
and re-implements the BaseScheduler get/setState methods to use the
master.db.state, along with updated tests.  Fixes #2042.






More information about the Commits mailing list