[Zope3-dev] buildbot failure in Zope3 trunk 2.4 Linux tlotze

2005-12-17 Thread buildbot
The Buildbot has detected a failed build of Zope3 trunk 2.4 Linux tlotze.

Buildbot URL: http://buildbot.zope.org/

Build Reason: changes
Build Source Stamp: 2286
Blamelist: benji_york,dman13,hdima,jim,mgedmin,poster,shh,tim_one,yuppie

BUILD FAILED: failed test

sincerely,
 -The Buildbot

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



[Zope3-dev] buildbot failure in Zope3 trunk 2.4 Linux zc-buildbot

2005-12-17 Thread buildbot
The Buildbot has detected a failed build of Zope3 trunk 2.4 Linux zc-buildbot.

Buildbot URL: http://buildbot.zope.org/

Build Reason: changes
Build Source Stamp: 2291
Blamelist: andreasjung,hdima

BUILD FAILED: failed test

sincerely,
 -The Buildbot

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



[Zope3-dev] Tests should not rely on network other than loopback/localhost.

2005-12-17 Thread Jim Fulton


The testbrowser tests currently connect to www,google.com/nr.

This is bad for lots of reasons:

- Can't run tests when not attached to WAN

- Slow WAN connectivity makes tests take longer

- WAN connectivity issues may cause spurious failures.

I just had to waste an extra 10 minutes running tests before
a checkin because a testbrowser test failed connecting
to google.  Needless to say, I'm annoyed.

I'm not gonna delay 3.2 for this, but this needs to be fixed.

Tests should not rely on making a network connection to
anything but localhost.

Jim

--
Jim Fulton   mailto:[EMAIL PROTECTED]   Python Powered!
CTO  (540) 361-1714http://www.python.org
Zope Corporation http://www.zope.com   http://www.zope.org
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



[Zope3-dev] buildbot failure in Zope3 trunk 2.4 Linux tlotze

2005-12-17 Thread buildbot
The Buildbot has detected a failed build of Zope3 trunk 2.4 Linux tlotze.

Buildbot URL: http://buildbot.zope.org/

Build Reason: The web-page 'force build' button was pressed by '': 

Build Source Stamp: None
Blamelist: 

BUILD FAILED: failed test

sincerely,
 -The Buildbot

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



[Zope3-dev] buildbot failure in Zope3 trunk 2.4 Linux tlotze

2005-12-17 Thread buildbot
The Buildbot has detected a failed build of Zope3 trunk 2.4 Linux tlotze.

Buildbot URL: http://buildbot.zope.org/

Build Reason: changes
Build Source Stamp: 2300
Blamelist: hdima

BUILD FAILED: failed test

sincerely,
 -The Buildbot

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



Re: [Zope3-dev] XXX Roundup

2005-12-17 Thread Gary Poster


On Dec 16, 2005, at 4:20 PM, Benji York wrote:

Gary zope/i18n/format.py:141 and 149


(Not entirely sure why Benji blessed me with this assignment ;-) ,  
but...)


As I wrote before, this is an evil bug caused by a misuse of pytz  
code: timezones in this code can be pickled, but then not unpickled,  
so they lie in wait, waiting to explode next time you try to get the  
object .  Exciting!


Jim and I have agreed that the best way to approach this is to offer  
a patch to Stuart for an intelligently-persistable offset-based  
timezone, such as that found in zope.app.datetimeutils, and then use  
that in the 18n code.


I don't have time for that this weekend, and there's no guarantee we  
could even get an ok from Stuart for this in time.


I also have an approach that pukes when you try to persist one of  
these timezones, but then some of the timezones returnable from the  
method are persistable, and some not: another fairly evil trap.


If someone else has desire and time to tackle this, go for it.  If  
not, I'll try to do it on Monday.


Stuart, if you happen to read this, giving your blessing to such a  
patch would be very cool. ;-)


Gary


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



[Zope3-dev] buildbot failure in Zope3 trunk 2.4 Linux tlotze

2005-12-17 Thread buildbot
The Buildbot has detected a failed build of Zope3 trunk 2.4 Linux tlotze.

Buildbot URL: http://buildbot.zope.org/

Build Reason: changes
Build Source Stamp: 2307
Blamelist: hdima,mkerrin

BUILD FAILED: failed test

sincerely,
 -The Buildbot

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



[Zope3-dev] Re: zope.i18n.format pytz usage (was Re: XXX Roundup)

2005-12-17 Thread Philipp von Weitershausen
Gary Poster wrote:
 This is not pytz's fault: it wasn't designed to work the way that the 
 format module is using it, as Stuart points out following Philipp's  'XXX'.

Just for the record: The XXX comment is all Stuart's, I just fixed the
spelling of picklable at some point. Maybe I should have refrained from
doing that in this case, sorry for the confusion.

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