[Buildbot-devel] Update to 0.7.7-dustin-20080613.tar.gz results in BuildStatus error

Bailey, Darragh dbailey at hp.com
Tue Jul 1 15:25:18 UTC 2008


> -----Original Message-----
> From: djmitche at gmail.com [mailto:djmitche at gmail.com] On Behalf Of Dustin
> J. Mitchell
> Sent: 01 July 2008 15:30
> To: Bailey, Darragh
> Cc: buildbot-devel at lists.sourceforge.net
> Subject: Re: [Buildbot-devel] Update to 0.7.7-dustin-20080613.tar.gz
> results in BuildStatus error
>
> Sorry, I've been lazy about building a new distribution tarball.  One
> is available now, dated 20080701.  It should fix both problems you've
> identified.
>
> Dustin

No need to apologise :)

Found another problem that I don't quite follow. In the waterfall.py page there is a call to a method sumStepProperty, but it doesn't appear to be implemented anywhere. This caused the waterfall page to crash on me, so I commented them out.

--- /usr/lib64/python2.3/site-packages/buildbot/status/web/waterfall.py.orig    2008-07-01 14:57:28.000000000 +0100
+++ /usr/lib64/python2.3/site-packages/buildbot/status/web/waterfall.py 2008-07-01 15:00:12.000000000 +0100
@@ -110,8 +110,9 @@
         number = b.getNumber()
         url = path_to_build(req, b)
         text = b.getText()
-        tests_failed = b.sumStepProperty('tests-failed')
-        if tests_failed: text.extend(["Failed tests: %d" % tests_failed])
+        # comment out these lines added by a patch that doesn't work
+        #tests_failed = b.sumStepProperty('tests-failed')
+        #if tests_failed: text.extend(["Failed tests: %d" % tests_failed])
         # TODO: maybe add logs?
         # TODO: add link to the per-build page at 'url'
         c = b.getColor()

--
Regards,
Darragh Bailey

Systems Software Engineer
Hewlett Packard Galway Ltd.
+353 91 75-4674

Postal Address:    Hewlett Packard Galway Limited, Ballybrit Business Park, Galway
Registered Office: Hewlett Packard Galway Limited, 63-74 Sir John Rogerson's Quay Dublin 2
Registered Number: 361933

_______________________________________________
The contents of this message and any attachments to it are confidential and may be legally privileged. If you have received this message in error you should delete it from your system immediately and advise the sender.
To any recipient of this message within HP, unless otherwise stated you should consider this message and attachments as "HP CONFIDENTIAL".




More information about the devel mailing list