Re: [Zope-dev] z3c.testsetup test faliure (was Re: Zope Tests: 55 OK, 18 Failed)

2010-07-30 Thread Adam GROSZER
Hello Christophe,

Friday, July 30, 2010, 6:26:47 PM, you wrote:

CC Is there a possibility that tests fail when several builders run at the 
same time?

I keep them serialized, one after the other just be on the safe side.

-- 
Best regards,
 Adam GROSZERmailto:agros...@gmail.com
--
Quote of the day:
Enjoy yourself because you can't change anything anyway

___
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] z3c.testsetup test faliure (was Re: Zope Tests: 55 OK, 18 Failed)

2010-07-30 Thread Uli Fouquet
Hi Christophe,

Christophe Combelles wrote:

 Thanks for releasing 0.8.1. It seemed to fix it!
 
 However I have a weird problem: builders were all green, then I suddenly had 
 repeated failures with 0.8.1 on all the builders, then I've tried to launch 
 the 
 tests by myself directly in the builder, and tests passed, without changing 
 anything... Then if I relaunch the builder alone, tests pass:
 http://buildbot.afpy.org/bluebream/waterfall
 
 Is there a possibility that tests fail when several builders run at the same 
 time?
 

Yes, and I think for a strange reason: they took to much time (probably
because they share system resources and simply run slower each).

The problem here was, that in the test testrunners are run  and the
regular expressions matching their output did expect output of kind 

  Total: ... 0 errors in N.NNN seconds

and not:

  Total: ... 0 errors in 1 minutes N.NNN seconds

But that's what happened in buildbot runs: they took more than one
minute to run some subprocesses. On a real slow and old machine you
might be able to reproduce the error :-)

I think there is no need for special configuration or similar.

Instead, I fixed the regular expressions and fixed also some other
things, so that the next release should be okay (also with Python 2.7).

The changes are alreadey checked in, just had no time to do the actual
release. Please expect 0.8.2 this evening.

May I update the bluebream versions.cfg then as well? Until now Baiju
was friendly enough to do that (thanks for that!).

Sorry for the trouble! Hope, there will be less problems then.

Best regards,

-- 
Uli



signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
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] z3c.testsetup test faliure (was Re: Zope Tests: 55 OK, 18 Failed)

2010-07-25 Thread Uli Fouquet
Hi Christophe,

Christophe Combelles wrote:

[snip: z3c.testsetup test errors on bluebream]
 
 thanks!! There is only one remaining error on Python 2.4 now. It seems 
 related 
 to an 'encoding' argument added to DocFileSuite in python 2.5, and used in 
 zope.app.testing

Oh, missed that. This is more tricky but I'll have a look into it.
Thanks for the hint (and the buildbots revealing such nasty problems)!

Best regards,

-- 
Uli



signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
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] z3c.testsetup test faliure (was Re: Zope Tests: 55 OK, 18 Failed)

2010-07-24 Thread Christophe Combelles
Le 24/07/2010 03:51, Uli Fouquet a écrit :
 Hi there,

 Christophe Combelles wrote:
 Le 14/07/2010 11:28, Baiju M a écrit :
 On Wed, Jul 14, 2010 at 2:57 PM, Baiju Mmba...@zeomega.com   wrote:
 On Sun, Jul 11, 2010 at 5:49 PM, Christophe Combellescc...@free.fr   
 wrote:
 Le 11/07/2010 13:59, Zope Tests Summarizer a écrit :


 Subject: FAILED : Bluebream / Python2.4.6 32bit linux
 From: ccomb at free.fr
 Date: Sat Jul 10 22:05:41 EDT 2010
 URL: http://mail.zope.org/pipermail/zope-tests/2010-July/016427.html

 Subject: FAILED : Bluebream / Python2.5.2 32bit linux
 From: ccomb at free.fr
 Date: Sat Jul 10 22:07:33 EDT 2010
 URL: http://mail.zope.org/pipermail/zope-tests/2010-July/016428.html

 Subject: FAILED : Bluebream / Python2.6.4 32bit linux
 From: ccomb at free.fr
 Date: Sat Jul 10 22:07:34 EDT 2010
 URL: http://mail.zope.org/pipermail/zope-tests/2010-July/016429.html


 This is a failure in z3c.testsetup. Can someone have a look at it? It 
 also fails
 with 0.7.0.

 FYI: In trunk, if I pin zc.recipe.testrunner to 1.2.0, this failure is
 going away.

 I mean the trunk of z3c.testsetup

 Ok thanks, I've also checked that.

 Can someone release a new version of z3c.testsetup (say 0.8)?
 Or add me as owner so I can do it?  (pypi: ccomb)

 Sorry for reacting so slowly and thanks for the hint!

 Just released z3c.testsetup 0.8 and tests seem to work again at least on
 my test system with Linux 32-bit and with different ZTKs. Locally also
 bluebream seems to be happy with the new piece.

 Instead of pinning zc.recipe.testrunner I took the liberty to fix the
 tests. Hope that works for other constellations as well.


thanks!! There is only one remaining error on Python 2.4 now. It seems related 
to an 'encoding' argument added to DocFileSuite in python 2.5, and used in 
zope.app.testing

Christophe



 I also added you as owner of the package on PyPI, to avoid such a
 blocking situation next time.

 Best regards,


___
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] z3c.testsetup test faliure (was Re: Zope Tests: 55 OK, 18 Failed)

2010-07-23 Thread Uli Fouquet
Hi there,

Christophe Combelles wrote:
 Le 14/07/2010 11:28, Baiju M a écrit :
  On Wed, Jul 14, 2010 at 2:57 PM, Baiju Mmba...@zeomega.com  wrote:
  On Sun, Jul 11, 2010 at 5:49 PM, Christophe Combellescc...@free.fr  
  wrote:
  Le 11/07/2010 13:59, Zope Tests Summarizer a écrit :
 
 
  Subject: FAILED : Bluebream / Python2.4.6 32bit linux
  From: ccomb at free.fr
  Date: Sat Jul 10 22:05:41 EDT 2010
  URL: http://mail.zope.org/pipermail/zope-tests/2010-July/016427.html
 
  Subject: FAILED : Bluebream / Python2.5.2 32bit linux
  From: ccomb at free.fr
  Date: Sat Jul 10 22:07:33 EDT 2010
  URL: http://mail.zope.org/pipermail/zope-tests/2010-July/016428.html
 
  Subject: FAILED : Bluebream / Python2.6.4 32bit linux
  From: ccomb at free.fr
  Date: Sat Jul 10 22:07:34 EDT 2010
  URL: http://mail.zope.org/pipermail/zope-tests/2010-July/016429.html
 
 
  This is a failure in z3c.testsetup. Can someone have a look at it? It 
  also fails
  with 0.7.0.
 
  FYI: In trunk, if I pin zc.recipe.testrunner to 1.2.0, this failure is
  going away.
 
  I mean the trunk of z3c.testsetup
 
 Ok thanks, I've also checked that.
 
 Can someone release a new version of z3c.testsetup (say 0.8)?
 Or add me as owner so I can do it?  (pypi: ccomb)

Sorry for reacting so slowly and thanks for the hint!

Just released z3c.testsetup 0.8 and tests seem to work again at least on
my test system with Linux 32-bit and with different ZTKs. Locally also
bluebream seems to be happy with the new piece.

Instead of pinning zc.recipe.testrunner I took the liberty to fix the
tests. Hope that works for other constellations as well.

I also added you as owner of the package on PyPI, to avoid such a
blocking situation next time.

Best regards,

-- 
Uli



signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
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] z3c.testsetup test faliure (was Re: Zope Tests: 55 OK, 18 Failed)

2010-07-22 Thread Christophe Combelles
Le 14/07/2010 11:28, Baiju M a écrit :
 On Wed, Jul 14, 2010 at 2:57 PM, Baiju Mmba...@zeomega.com  wrote:
 On Sun, Jul 11, 2010 at 5:49 PM, Christophe Combellescc...@free.fr  wrote:
 Le 11/07/2010 13:59, Zope Tests Summarizer a écrit :


 Subject: FAILED : Bluebream / Python2.4.6 32bit linux
 From: ccomb at free.fr
 Date: Sat Jul 10 22:05:41 EDT 2010
 URL: http://mail.zope.org/pipermail/zope-tests/2010-July/016427.html

 Subject: FAILED : Bluebream / Python2.5.2 32bit linux
 From: ccomb at free.fr
 Date: Sat Jul 10 22:07:33 EDT 2010
 URL: http://mail.zope.org/pipermail/zope-tests/2010-July/016428.html

 Subject: FAILED : Bluebream / Python2.6.4 32bit linux
 From: ccomb at free.fr
 Date: Sat Jul 10 22:07:34 EDT 2010
 URL: http://mail.zope.org/pipermail/zope-tests/2010-July/016429.html


 This is a failure in z3c.testsetup. Can someone have a look at it? It also 
 fails
 with 0.7.0.

 FYI: In trunk, if I pin zc.recipe.testrunner to 1.2.0, this failure is
 going away.

 I mean the trunk of z3c.testsetup

Ok thanks, I've also checked that.

Can someone release a new version of z3c.testsetup (say 0.8)?
Or add me as owner so I can do it?  (pypi: ccomb)

regards,
Christophe


 Regards,
 Baiju M



___
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] z3c.testsetup test faliure (was Re: Zope Tests: 55 OK, 18 Failed)

2010-07-14 Thread Baiju M
On Wed, Jul 14, 2010 at 2:57 PM, Baiju M mba...@zeomega.com wrote:
 On Sun, Jul 11, 2010 at 5:49 PM, Christophe Combelles cc...@free.fr wrote:
 Le 11/07/2010 13:59, Zope Tests Summarizer a écrit :


 Subject: FAILED : Bluebream / Python2.4.6 32bit linux
 From: ccomb at free.fr
 Date: Sat Jul 10 22:05:41 EDT 2010
 URL: http://mail.zope.org/pipermail/zope-tests/2010-July/016427.html

 Subject: FAILED : Bluebream / Python2.5.2 32bit linux
 From: ccomb at free.fr
 Date: Sat Jul 10 22:07:33 EDT 2010
 URL: http://mail.zope.org/pipermail/zope-tests/2010-July/016428.html

 Subject: FAILED : Bluebream / Python2.6.4 32bit linux
 From: ccomb at free.fr
 Date: Sat Jul 10 22:07:34 EDT 2010
 URL: http://mail.zope.org/pipermail/zope-tests/2010-July/016429.html


 This is a failure in z3c.testsetup. Can someone have a look at it? It also 
 fails
 with 0.7.0.

 FYI: In trunk, if I pin zc.recipe.testrunner to 1.2.0, this failure is
 going away.

I mean the trunk of z3c.testsetup

Regards,
Baiju M
___
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 )