[Buildbot-commits] [buildbot/buildbot] 36377a: RFC: getProcessOutput handling like fake.remotecom...
GitHub
noreply at github.com
Mon Jul 2 15:01:07 UTC 2012
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 36377ae1a505d26d9bf741fefe4e6153a29fff37
https://github.com/buildbot/buildbot/commit/36377ae1a505d26d9bf741fefe4e6153a29fff37
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-06-28 (Thu, 28 Jun 2012)
Changed paths:
M master/buildbot/test/unit/test_changes_gitpoller.py
M master/buildbot/test/util/gpo.py
Log Message:
-----------
RFC: getProcessOutput handling like fake.remotecommand.
Commit: f10731086d55e56aab8cb51e475042cd512a1b5f
https://github.com/buildbot/buildbot/commit/f10731086d55e56aab8cb51e475042cd512a1b5f
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-06-28 (Thu, 28 Jun 2012)
Changed paths:
M master/buildbot/test/unit/test_changes_gitpoller.py
A master/buildbot/test/unit/test_test_util_gpo.py
M master/buildbot/test/util/gpo.py
Log Message:
-----------
Add tests of GetProccessValueMixin.
It almost seems one could create ad TestCaseMixinMixin
out of some of the code here.
Commit: 92abf4764c0c8d6d69eeb0b1fbcc4697404ae783
https://github.com/buildbot/buildbot/commit/92abf4764c0c8d6d69eeb0b1fbcc4697404ae783
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-06-30 (Sat, 30 Jun 2012)
Changed paths:
M master/buildbot/test/unit/test_changes_svnpoller.py
Log Message:
-----------
Fix svn poller tests to use new gpo mixin.
This just enshrines the current behavior. Somebody who knows svn should check them.
Commit: 497e83b13e09bf63d8b1120aaa75af642312f218
https://github.com/buildbot/buildbot/commit/497e83b13e09bf63d8b1120aaa75af642312f218
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-06-30 (Sat, 30 Jun 2012)
Changed paths:
M master/buildbot/test/unit/test_changes_p4poller.py
Log Message:
-----------
Fix p4 poller tests to use new gpo mixin.
Commit: 4977aecfe88c2af6f16d38e3815784c6b0a3436a
https://github.com/buildbot/buildbot/commit/4977aecfe88c2af6f16d38e3815784c6b0a3436a
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-06-30 (Sat, 30 Jun 2012)
Changed paths:
M master/buildbot/test/unit/test_changes_gitpoller.py
Log Message:
-----------
Fix gitpoller tests of environment passing.
Commit: dbff17fdeb44ad5fb02ee560f549fbc6aea4a478
https://github.com/buildbot/buildbot/commit/dbff17fdeb44ad5fb02ee560f549fbc6aea4a478
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-06-30 (Sat, 30 Jun 2012)
Changed paths:
M master/buildbot/test/unit/test_changes_gitpoller.py
M master/buildbot/test/unit/test_changes_p4poller.py
M master/buildbot/test/unit/test_changes_svnpoller.py
M master/buildbot/test/unit/test_test_util_gpo.py
M master/buildbot/test/util/gpo.py
Log Message:
-----------
Remove old GetProcessOutputMixin.
Commit: 88657b99fda702690bbe8a4e4f469c9bbd2fe978
https://github.com/buildbot/buildbot/commit/88657b99fda702690bbe8a4e4f469c9bbd2fe978
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-07-02 (Mon, 02 Jul 2012)
Changed paths:
M master/buildbot/test/unit/test_changes_gitpoller.py
M master/buildbot/test/unit/test_changes_p4poller.py
M master/buildbot/test/unit/test_changes_svnpoller.py
A master/buildbot/test/unit/test_test_util_gpo.py
M master/buildbot/test/util/gpo.py
Log Message:
-----------
Merge branch 'git-poller-rewrite' of git://github.com/tomprince/buildbot
* 'git-poller-rewrite' of git://github.com/tomprince/buildbot:
Remove old GetProcessOutputMixin.
Fix gitpoller tests of environment passing.
Fix p4 poller tests to use new gpo mixin.
Fix svn poller tests to use new gpo mixin.
Add tests of GetProccessValueMixin.
RFC: getProcessOutput handling like fake.remotecommand.
Compare: https://github.com/buildbot/buildbot/compare/f63d95617601...88657b99fda7
More information about the Commits
mailing list