Re: [Zope3-dev] buildbot warnings in Zope3 trunk 2.4 remy

2005-09-13 Thread Chris Withers

Benji York wrote:


It's more that I'm reluctant to figure out how they've changed the 
system since the last public release, make the modifications, test them, 
produce patches, and then persuade them to accept them.  All that takes 
time that is presently better spent on other things.


Ah okay, that makes sense...


Don't let me dissuade you from contributing though. :)


Heh, have no fear, my own lack of time will likely do that!

cheers,

Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk

___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] buildbot warnings in Zope3 trunk 2.4 remy

2005-09-12 Thread Benji York

Chris Withers wrote:

Benji York wrote:
Unfortunately BuildBot doesn't give us much control over the actual 
message.  In lieu of forking it or convincing them to change it, I'm 
inclined to let it be.


Is it really that inflexible? Surely there must be some way to customise 
its output? How come they'd be so reluctant to accept a patch that would 
let this happen?


It's more that I'm reluctant to figure out how they've changed the 
system since the last public release, make the modifications, test them, 
produce patches, and then persuade them to accept them.  All that takes 
time that is presently better spent on other things.


Don't let me dissuade you from contributing though. :)
--
Benji York
Senior Software Engineer
Zope Corporation
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] buildbot warnings in Zope3 trunk 2.4 remy

2005-09-08 Thread Chris Withers

Benji York wrote:

Can someone explain exactly what this means? ;-)


It means a test failed and you should go to http://buildbot.zope.org and 
find out more.


Then, at the very least, it should include that as boiler plate ;-)

I agree. The info could really have some more details, like what tests 
failed and their exceptions.


We can include the complete log of the failing test.  That is currently 
several hundred lines.  Perhaps if we turned down the verbosity of the 
test runner and then included the logs in the failure messages.  What 
does everyone think?


Yep, sounds good :-)

Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk

___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] buildbot warnings in Zope3 trunk 2.4 remy

2005-09-08 Thread Benji York

Chris Withers wrote:

Benji York wrote:
It means a test failed and you should go to http://buildbot.zope.org 
and find out more.


Then, at the very least, it should include that as boiler plate ;-)


Unfortunately BuildBot doesn't give us much control over the actual 
message.  In lieu of forking it or convincing them to change it, I'm 
inclined to let it be.

--
Benji York
Senior Software Engineer
Zope Corporation
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] buildbot warnings in Zope3 trunk 2.4 remy

2005-09-07 Thread Stephan Richter
On Wednesday 07 September 2005 07:16, Benji York wrote:
  I agree. The info could really have some more details, like what tests
  failed and their exceptions.

 We can include the complete log of the failing test.  That is currently
 several hundred lines.  Perhaps if we turned down the verbosity of the
 test runner and then included the logs in the failure messages.  What
 does everyone think?

+1. Note that we usually expect buildbot not to send messages, since all tests 
should pass.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics  Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



RE: [Zope3-dev] buildbot warnings in Zope3 trunk 2.4 remy

2005-09-07 Thread Roger Ineichen
Hi

 Behalf Of Stephan Richter
 Sent: Wednesday, September 07, 2005 2:10 PM
 To: zope3-dev@zope.org
 Subject: Re: [Zope3-dev] buildbot warnings in Zope3 trunk 2.4 remy
 
 On Wednesday 07 September 2005 07:16, Benji York wrote:
   I agree. The info could really have some more details, 
 like what tests
   failed and their exceptions.
 
  We can include the complete log of the failing test.  That 
 is currently
  several hundred lines.  Perhaps if we turned down the 
 verbosity of the
  test runner and then included the logs in the failure 
 messages.  What
  does everyone think?
 
 +1. Note that we usually expect buildbot not to send 
 messages, since all tests 
 should pass.

I guess,
a build server should only send a message if the state of the 
build changes. e.g. from pass to fail or fail to pass.

Regards
Roger Ineichen

Projekt01 GmbH
www.projekt01.ch
_
END OF MESSAGE  

 Regards,
 Stephan
 -- 
 Stephan Richter
 CBU Physics  Chemistry (B.S.) / Tufts Physics (Ph.D. student)
 Web2k - Web Software Design, Development and Training
 ___
 Zope3-dev mailing list
 Zope3-dev@zope.org
 Unsub: 
 http://mail.zope.org/mailman/options/zope3-dev/dev%40projekt01.ch
 
 

___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] buildbot warnings in Zope3 trunk 2.4 remy

2005-09-07 Thread Lennart Regebro
On 9/7/05, Benji York [EMAIL PROTECTED] wrote:
 It means a test failed and you should go to http://buildbot.zope.org and
 find out more.

Somebody who understands that display is welcome to write
documentation for it, because I can't find it, and it's not exactly
obvious.
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] buildbot warnings in Zope3 trunk 2.4 remy

2005-09-07 Thread Benji York

Lennart Regebro wrote:

On 9/7/05, Benji York [EMAIL PROTECTED] wrote:


It means a test failed and you should go to http://buildbot.zope.org and
find out more.


Somebody who understands that display is welcome to write
documentation for it, because I can't find it, and it's not exactly
obvious.


Hmm, it had never occurred to me that it might need documentation. 
Google turned up a paper presented at PyCon 2003 that has a short 
overview: http://buildbot.sourceforge.net/PyCon-2003/buildbot.html.

--
Benji York
Senior Software Engineer
Zope Corporation
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com