Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Zope: Dev

ZTK test failures - zope.testing

 

 

Zope dev RSS feed   Index | Next | Previous | View Threaded


hanno at hannosch

Sep 15, 2009, 2:42 PM

Post #1 of 6 (884 views)
Permalink
ZTK test failures - zope.testing

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.4&builder=ztk+slave-osx-py2.4&builder=ztk+slave-osx-py2.5&builder=ztk+slave-osx-py2.6&builder=ztk+slave-ubuntu32-py2.4&builder=ztk+slave-ubuntu32-py2.5&builder=ztk+slave-ubuntu32-py2.6&builder=ztk+slave-ubuntu64-py2.4&builder=ztk+slave-ubuntu64-py2.5&builder=ztk+slave-ubuntu64-py2.6&builder=ztk-win-py2.6+slave-win-py2.6&builder=ztk-win-py2.5+slave-win-py2.5&reload=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 [at] zope
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 )


sidnei.da.silva at gmail

Sep 15, 2009, 3:33 PM

Post #2 of 6 (825 views)
Permalink
Re: ZTK test failures - zope.testing [In reply to]

Hi Hanno,

On Tue, Sep 15, 2009 at 6:42 PM, Hanno Schlichting <hanno [at] hannosch> 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 [at] zope
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 )


gary.poster at gmail

Sep 15, 2009, 6:53 PM

Post #3 of 6 (820 views)
Permalink
Re: ZTK test failures - zope.testing [In reply to]

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
> <hanno [at] hannosch> 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 [at] zope
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 )


hanno at hannosch

Sep 16, 2009, 12:39 AM

Post #4 of 6 (818 views)
Permalink
Re: ZTK test failures - zope.testing [In reply to]

On Wed, Sep 16, 2009 at 3:53 AM, Gary Poster <gary.poster [at] gmail> 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=104110&view=rev

Thanks,
Hanno
_______________________________________________
Zope-Dev maillist - Zope-Dev [at] zope
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 )


gary.poster at gmail

Sep 21, 2009, 11:03 AM

Post #5 of 6 (758 views)
Permalink
Re: ZTK test failures - zope.testing [In reply to]

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.poster [at] gmail>
> 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=104110&view=rev
>
> Thanks,
> Hanno

_______________________________________________
Zope-Dev maillist - Zope-Dev [at] zope
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 )


hanno at hannosch

Sep 21, 2009, 1:34 PM

Post #6 of 6 (758 views)
Permalink
Re: ZTK test failures - zope.testing [In reply to]

On Mon, Sep 21, 2009 at 8:03 PM, Gary Poster <gary.poster [at] gmail> 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.4&builder=ztk+slave-osx-py2.4&builder=ztk+slave-osx-py2.5&builder=ztk+slave-osx-py2.6&builder=ztk+slave-ubuntu32-py2.4&builder=ztk+slave-ubuntu32-py2.5&builder=ztk+slave-ubuntu32-py2.6&builder=ztk+slave-ubuntu64-py2.4&builder=ztk+slave-ubuntu64-py2.5&builder=ztk+slave-ubuntu64-py2.6&builder=ztk-win-py2.6+slave-win-py2.6&builder=ztk-win-py2.5+slave-win-py2.5
_______________________________________________
Zope-Dev maillist - Zope-Dev [at] zope
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 RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.