[Buildbot-devel] First release candidate for 0.7.12

Charles Lepple clepple at gmail.com
Fri Jan 1 02:44:46 UTC 2010


On Thu, Dec 31, 2009 at 8:54 PM, Dustin J. Mitchell <dustin at zmanda.com> wrote:
>  * test failures (I disabled the wonky lock tests, so hopefully
> nothing will fail)

You asked for it... :-)

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

Traceback (most recent call last):
Failure: twisted.internet.error.ProcessTerminated: A process has ended
with a probable error condition: process ended with exit code 1.
-------------------------------------------------------------------------------
Ran 489 tests in 344.079s

FAILED (skips=54, failures=1, errors=1, successes=433)
Exception AttributeError: "'NoneType' object has no attribute
'StringIO'" in <bound method RemoteReference.__del__ of
<twisted.spread.pb.RemoteReference instance at 0x2764530>> ignored


-- 
- Charles Lepple




More information about the devel mailing list