[Buildbot-commits] [buildbot/buildbot] 5e5d29: changes_properties.property_value stores [value, s...
noreply at github.com
noreply at github.com
Sun May 8 20:48:40 UTC 2011
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 5e5d29f469c20a42257750c0301bc0d9001c8284
https://github.com/buildbot/buildbot/commit/5e5d29f469c20a42257750c0301bc0d9001c8284
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-05-08 (Sun, 08 May 2011)
Changed paths:
M master/buildbot/db/changes.py
M master/buildbot/db/model.py
M master/buildbot/test/integration/test_upgrade.py
A master/buildbot/test/regressions/test_bad_change_properties_rows.py
M master/buildbot/test/unit/test_db_changes.py
Log Message:
-----------
changes_properties.property_value stores [value, source]
(Even though source is always "Change")
This fixes a bug that's been present in many development versions
*since* 0.8.3, but not in 0.8.3 itself, so there are no significant
compatibility problems for most users. However, users who have run
development versions may have changes without a source, so some
additional code is included to handle that case gracefully. And that
exceptional code is tested with a regression test.
More information about the Commits
mailing list