[Buildbot-commits] [buildbot/buildbot] 1e3544: Unregister slaver from PBManager when removing sla...
GitHub
noreply at github.com
Sun Apr 22 18:46:52 UTC 2012
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 1e35441ce175eed2b094ca12dfa9f8414c0514be
https://github.com/buildbot/buildbot/commit/1e35441ce175eed2b094ca12dfa9f8414c0514be
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-04-13 (Fri, 13 Apr 2012)
Changed paths:
M master/buildbot/buildslave.py
Log Message:
-----------
Unregister slaver from PBManager when removing slave.
Fixes #2280.
Commit: 56d4c69838f535e4c987edf64d0eb392f482541f
https://github.com/buildbot/buildbot/commit/56d4c69838f535e4c987edf64d0eb392f482541f
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-04-15 (Sun, 15 Apr 2012)
Changed paths:
M master/buildbot/test/fake/fakemaster.py
Log Message:
-----------
Create a FakeMaster class.
This is still a mock, but it gives us place to add functionality to turn
it into a fake instead.
Commit: 04649745f52fa2ba97aa72dd9946c4a33b32fdb1
https://github.com/buildbot/buildbot/commit/04649745f52fa2ba97aa72dd9946c4a33b32fdb1
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-04-15 (Sun, 15 Apr 2012)
Changed paths:
M master/buildbot/test/fake/fakemaster.py
A master/buildbot/test/fake/pbmanager.py
M master/buildbot/test/unit/test_buildslave.py
Log Message:
-----------
Add tests for #2280.
This also add a FakePBManager class for testing.
Commit: 73c9951b321e90d415edda42cb9ddb729defc6f6
https://github.com/buildbot/buildbot/commit/73c9951b321e90d415edda42cb9ddb729defc6f6
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-04-15 (Sun, 15 Apr 2012)
Changed paths:
M master/buildbot/status/progress.py
M master/buildbot/test/unit/test_status_progress.py
Log Message:
-----------
Merge branch 'bug2281' into buildbot-0.8.6
Commit: b003e1498810aacf5394bd9307d12118732afd77
https://github.com/buildbot/buildbot/commit/b003e1498810aacf5394bd9307d12118732afd77
Author: Dustin J. Mitchell <dustin at v.igoro.us>
Date: 2012-04-21 (Sat, 21 Apr 2012)
Changed paths:
M master/buildbot/buildslave.py
M master/buildbot/test/fake/fakemaster.py
A master/buildbot/test/fake/pbmanager.py
M master/buildbot/test/unit/test_buildslave.py
Log Message:
-----------
Merge pull request #380 from tomprince/bug2280
Unregister slaver from PBManager when removing slave.
Commit: aed46b62b800c612a6ced359539dfd3ccbc9c8eb
https://github.com/buildbot/buildbot/commit/aed46b62b800c612a6ced359539dfd3ccbc9c8eb
Author: John Carr <john.carr at unrouted.co.uk>
Date: 2012-04-22 (Sun, 22 Apr 2012)
Changed paths:
M master/buildbot/process/builder.py
Log Message:
-----------
Capture and log errors during cleanup
Commit: 6cc44512c13d180dc99878348f3e7a65652f4150
https://github.com/buildbot/buildbot/commit/6cc44512c13d180dc99878348f3e7a65652f4150
Author: John Carr <john.carr at unrouted.co.uk>
Date: 2012-04-22 (Sun, 22 Apr 2012)
Changed paths:
M master/buildbot/locks.py
Log Message:
-----------
Cope if releaseLocks is called multiple times
Commit: 689fc79e43509f012da54902a4f8d4b9d5cde9ca
https://github.com/buildbot/buildbot/commit/689fc79e43509f012da54902a4f8d4b9d5cde9ca
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-04-22 (Sun, 22 Apr 2012)
Changed paths:
M master/buildbot/locks.py
M master/buildbot/process/builder.py
Log Message:
-----------
Merge branch 'pull389' into buildbot-0.8.6
* pull389:
Cope if releaseLocks is called multiple times
Capture and log errors during cleanup
Commit: ee62eff5211751fdc2b8f5b46d3041c20b3dca0b
https://github.com/buildbot/buildbot/commit/ee62eff5211751fdc2b8f5b46d3041c20b3dca0b
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-04-22 (Sun, 22 Apr 2012)
Changed paths:
M master/buildbot/buildslave.py
M master/buildbot/locks.py
M master/buildbot/process/builder.py
M master/buildbot/test/fake/fakemaster.py
A master/buildbot/test/fake/pbmanager.py
M master/buildbot/test/unit/test_buildslave.py
Log Message:
-----------
Merge branch 'buildbot-0.8.6'
* buildbot-0.8.6:
Cope if releaseLocks is called multiple times
Capture and log errors during cleanup
Add tests for #2280.
Create a FakeMaster class.
Unregister slaver from PBManager when removing slave.
Compare: https://github.com/buildbot/buildbot/compare/4937f35...ee62eff
More information about the Commits
mailing list