Re: [Zope-dev] ZTK test failures - zope.testing

2009-09-21 Thread Gary Poster
Hi.  I didn't get it done on the 17th, but I did just make a release  
with the necessary fixes (or, the tests pass for me on Windows and  
Ubuntu, at least; they already were passing for me on Ubuntu, but I  
made the pertinent test somewhat less fragile).

Gary


On Sep 16, 2009, at 3:39 AM, Hanno Schlichting wrote:

 On Wed, Sep 16, 2009 at 3:53 AM, Gary Poster gary.pos...@gmail.com  
 wrote:
 The Ubuntu one should be easy to fix.

 The Windows ones may be tied up with \n \r fun.  It should be  
 trivial too,
 though I'll need to get a Windows VM back up--or request aid from  
 Sidnei.
 ;-)

 I'll address these issues tomorrow.

 Awesome.

 However, there is a Windows failure that I don't think is on my  
 plate, and
 I'd appreciate someone else looking at it:
 zope.testing-3.8.2-py2.4.egg\zope\testing\testrunner\testrunner- 
 test-selection.txt,
 line 166, in testrunner-test-selection.txt .  That's the very last  
 one on
 http://dev.thehealthagency.com/buildbot/builders/ztk-win-py2.4%20slave-win-py2.4/builds/21/steps/test/logs/stdio
  
  .

 You refer to the ImportError: No module named c:.documents? I hope I
 fixed that one already, but didn't make a new release yet. That was
 the typical path with a space in it problem, as found in
 http://svn.zope.org/zope.testing/trunk/?rev=104110view=rev

 Thanks,
 Hanno

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] ZTK test failures - zope.testing

2009-09-21 Thread Hanno Schlichting
On Mon, Sep 21, 2009 at 8:03 PM, Gary Poster gary.pos...@gmail.com wrote:
 Hi.  I didn't get it done on the 17th, but I did just make a release with
 the necessary fixes (or, the tests pass for me on Windows and Ubuntu, at
 least; they already were passing for me on Ubuntu, but I made the pertinent
 test somewhat less fragile).

Yeah! We have an all green buildbot [1] for the ZTK now.

Thanks to everyone involved, now lets keep it green :)

Hanno

[1] 
http://dev.thehealthagency.com/buildbot/waterfall?branch=builder=ztk-win-py2.4+slave-win-py2.4builder=ztk+slave-osx-py2.4builder=ztk+slave-osx-py2.5builder=ztk+slave-osx-py2.6builder=ztk+slave-ubuntu32-py2.4builder=ztk+slave-ubuntu32-py2.5builder=ztk+slave-ubuntu32-py2.6builder=ztk+slave-ubuntu64-py2.4builder=ztk+slave-ubuntu64-py2.5builder=ztk+slave-ubuntu64-py2.6builder=ztk-win-py2.6+slave-win-py2.6builder=ztk-win-py2.5+slave-win-py2.5
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] ZTK test failures - zope.testing

2009-09-16 Thread Hanno Schlichting
On Wed, Sep 16, 2009 at 3:53 AM, Gary Poster gary.pos...@gmail.com wrote:
 The Ubuntu one should be easy to fix.

 The Windows ones may be tied up with \n \r fun.  It should be trivial too,
 though I'll need to get a Windows VM back up--or request aid from Sidnei.
 ;-)

 I'll address these issues tomorrow.

Awesome.

 However, there is a Windows failure that I don't think is on my plate, and
 I'd appreciate someone else looking at it:
 zope.testing-3.8.2-py2.4.egg\zope\testing\testrunner\testrunner-test-selection.txt,
 line 166, in testrunner-test-selection.txt .  That's the very last one on
 http://dev.thehealthagency.com/buildbot/builders/ztk-win-py2.4%20slave-win-py2.4/builds/21/steps/test/logs/stdio .

You refer to the ImportError: No module named c:.documents? I hope I
fixed that one already, but didn't make a new release yet. That was
the typical path with a space in it problem, as found in
http://svn.zope.org/zope.testing/trunk/?rev=104110view=rev

Thanks,
Hanno
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] ZTK test failures - zope.testing

2009-09-15 Thread Hanno Schlichting
Hi from the Grok sprint,

Jan-Jaap from thehealthagency and myself spent some time on getting
extensive buildbot coverage for the ZTK (and many other Zope things)
going. It's all three Python versions (2.4 - 2.6) on all major
platforms (Windows, Mac OS, 32-bit Ubuntu + 64-bit Ubuntu).

You can see the overall buildout at:
http://dev.thehealthagency.com/buildbot/waterfall (the url is also
documented in the ZTK docs).

Or if you just interested in the ZTK part of it, you can look at [1].

We are down to zero-build problems for the ZTK and just one test
failure. This is in zope.testing in testrunner-layers-buff.txt. You
can look at the test result at [2]. It looks like some sort of timing
issue for parallel test runs. On Windows there seems to be some more
related test failures [3].

Could someone who knows more about the subprocess support in
zope.testing have a look at those?

Once that failure is gone, we should have green lights on the ZTK on
all platforms and Python versions :)

Thanks,
Hanno

[1] 
http://dev.thehealthagency.com/buildbot/waterfall?branch=builder=ztk-win-py2.4+slave-win-py2.4builder=ztk+slave-osx-py2.4builder=ztk+slave-osx-py2.5builder=ztk+slave-osx-py2.6builder=ztk+slave-ubuntu32-py2.4builder=ztk+slave-ubuntu32-py2.5builder=ztk+slave-ubuntu32-py2.6builder=ztk+slave-ubuntu64-py2.4builder=ztk+slave-ubuntu64-py2.5builder=ztk+slave-ubuntu64-py2.6builder=ztk-win-py2.6+slave-win-py2.6builder=ztk-win-py2.5+slave-win-py2.5reload=none

[2] 
http://dev.thehealthagency.com/buildbot/builders/ztk%20slave-ubuntu32-py2.6/builds/8/steps/test/logs/stdio

[3] 
http://dev.thehealthagency.com/buildbot/builders/ztk-win-py2.4%20slave-win-py2.4/builds/21/steps/test/logs/stdio
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] ZTK test failures - zope.testing

2009-09-15 Thread Sidnei da Silva
Hi Hanno,

On Tue, Sep 15, 2009 at 6:42 PM, Hanno Schlichting ha...@hannosch.eu wrote:
 We are down to zero-build problems for the ZTK and just one test
 failure. This is in zope.testing in testrunner-layers-buff.txt.

That smells like something Gary has touched recently.

-- Sidnei
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] ZTK test failures - zope.testing

2009-09-15 Thread Gary Poster

On Sep 15, 2009, at 6:33 PM, Sidnei da Silva wrote:

 Hi Hanno,

 On Tue, Sep 15, 2009 at 6:42 PM, Hanno Schlichting  
 ha...@hannosch.eu wrote:
 We are down to zero-build problems for the ZTK and just one test
 failure. This is in zope.testing in testrunner-layers-buff.txt.

 That smells like something Gary has touched recently.

Meh, yes indeed--for all but one failure (see below).

The Ubuntu one should be easy to fix.

The Windows ones may be tied up with \n \r fun.  It should be trivial  
too, though I'll need to get a Windows VM back up--or request aid from  
Sidnei. ;-)

I'll address these issues tomorrow.

However, there is a Windows failure that I don't think is on my plate,  
and I'd appreciate someone else looking at it: zope.testing-3.8.2- 
py2.4.egg\zope\testing\testrunner\testrunner-test-selection.txt, line  
166, in testrunner-test-selection.txt .  That's the very last one on 
http://dev.thehealthagency.com/buildbot/builders/ztk-win-py2.4%20slave-win-py2.4/builds/21/steps/test/logs/stdio
 
  .

If someone else can address that last one, and I address the rest, we  
can have a new release.

Gary
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )