[Buildbot-commits] [buildbot/buildbot] 0355f1: more LRU tests
noreply at github.com
noreply at github.com
Sun Jun 26 18:53:48 UTC 2011
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 0355f174e861dc85a89afa479d7a46abbc6c3873
https://github.com/buildbot/buildbot/commit/0355f174e861dc85a89afa479d7a46abbc6c3873
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-06-26 (Sun, 26 Jun 2011)
Changed paths:
M master/buildbot/test/unit/test_util_lru.py
Log Message:
-----------
more LRU tests
Commit: 5fbbed210f47671fc738639c2500bf818ae4897e
https://github.com/buildbot/buildbot/commit/5fbbed210f47671fc738639c2500bf818ae4897e
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-06-26 (Sun, 26 Jun 2011)
Changed paths:
M master/buildbot/util/lru.py
Log Message:
-----------
correctly use defaultdict in AsyncLRUCache
Commit: a1f545a85e6ef8d4aa598478b1e986a4bdb1e719
https://github.com/buildbot/buildbot/commit/a1f545a85e6ef8d4aa598478b1e986a4bdb1e719
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-06-26 (Sun, 26 Jun 2011)
Changed paths:
M master/buildbot/util/lru.py
Log Message:
-----------
only reference non-None keys
Commit: 4b4dffd5784376777ae9bad8fcf35972010bef00
https://github.com/buildbot/buildbot/commit/4b4dffd5784376777ae9bad8fcf35972010bef00
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-06-26 (Sun, 26 Jun 2011)
Changed paths:
M master/buildbot/util/lru.py
Log Message:
-----------
add (un-called) invariant-checking method to AsyncLRUCache
Commit: ef2eee64cad0e3af27a269b91338443564e1cd44
https://github.com/buildbot/buildbot/commit/ef2eee64cad0e3af27a269b91338443564e1cd44
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-06-26 (Sun, 26 Jun 2011)
Changed paths:
M master/buildbot/process/buildstep.py
M master/buildbot/steps/python_twisted.py
M master/buildbot/steps/shell.py
M master/buildbot/test/fake/remotecommand.py
M master/buildbot/test/unit/test_steps_shell.py
M master/buildbot/test/util/steps.py
M master/docs/cfg-buildsteps.texinfo
Log Message:
-----------
Merge branch 'shelltests'
* shelltests:
use an option to silence command updates
remove funny overriding of workdir in WarningCountingShellCommand
new tests for WarningCountingShellCommands
add test for shell.Configure
add tests for SetProperty step
tests for TreeSize
Add fake addHTMLLog and addCompleteLog
Remove compatibility with buildbot-0.7.3 slaves
Complete (almost) tests for ShellCommand
Compare: https://github.com/buildbot/buildbot/compare/3f6b61e...ef2eee6
More information about the Commits
mailing list