[Buildbot-commits] [buildbot/buildbot] 815177: Add ability to track persistent state for objects
noreply at github.com
noreply at github.com
Sun Feb 20 01:14:59 UTC 2011
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 815177cb37ab71d576bfe35f5026a565e68d92f2
https://github.com/buildbot/buildbot/commit/815177cb37ab71d576bfe35f5026a565e68d92f2
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-02-19 (Sat, 19 Feb 2011)
Changed paths:
A master/buildbot/db/migrate/versions/007_add_object_tables.py
M master/buildbot/db/model.py
A master/buildbot/db/state.py
M master/buildbot/test/fake/fakedb.py
A master/buildbot/test/unit/test_db_state.py
Log Message:
-----------
Add ability to track persistent state for objects
This allows objects to track their state from process to process. It's
similar to scheduler state, except that each (object,name) pair gets its
own database row, so there is less concern about conflicting state
updates.
More information about the Commits
mailing list