1 Jan 2010 02:54
First release candidate for 0.7.12
Happy New Year, everyone. We have a candidate for a new release! This isn't on pypi, because it's probably not ready for prime-time just yet, but is available for download. Signed tag: http://github.com/djmitche/buildbot/commit/08fc7d873d5f5961ae30f7cc632e8ca4c1dd06b8 Tarball/Zipball: http://github.com/djmitche/buildbot/tarball/buildbot-0.7.12rc1 http://github.com/djmitche/buildbot/zipball/buildbot-0.7.12rc1 Please download and test it out. I'd like to hear about: * bugs (file a bug in the 0.7.12 milestone) * changes omitted from NEWS - I skimmed the ChangeLog, but it *is* New Years' Eve, and I probably missed a lot.. * test failures (I disabled the wonky lock tests, so hopefully nothing will fail) I won't do another release until I've heard back from a number of people, and fixed anything that was broken. Thanks! Dustin -- -- Open Source Storage Engineer http://www.zmanda.com(Continue reading)
I'm seeing two issues on Mac OS X, using Twisted 8.2.0 and Python 2.6.
What bugs me is that I'm seeing "Buildbot needs to be installed" in
test_limitlogs.py (the first failure). Do we have a test procedure
that takes this into account? Is there a way to do this from the
install directory that makes sure we are testing the new code, not
what is installed?
Here's the tail end of the log. Let me know if you need more details.
===============================================================================
[FAIL]: buildbot.test.test_limitlogs.MasterLogs.testLog
Traceback (most recent call last):
File "/sw.unstable/src/fink.build/buildbot-py26-0.7.12-0/djmitche-buildbot-1320e1c/buildbot/test/test_limitlogs.py",
line 91, in _do_tests
self.failUnlessEqual(lf.listLogs(), [1,2])
twisted.trial.unittest.FailTest: not equal:
a = [1]
b = [1, 2]
===============================================================================
[ERROR]: buildbot.test.test_mergerequests.MergeRequestsTest.testNoMerges
RSS Feed