Summary of messages to the zope-tests list. Period Fri Oct 30 13:00:00 2009 UTC to Sat Oct 31 13:00:00 2009 UTC. There were 8 messages: 8 from Zope Tests. Test failures ------------- Subject: FAILED (failures=1) : Zope-2.12-alltests Python-2.4.6 : Linux From: Zope Tests Date: Fri Oct 30 21:52:06 EDT 2009 URL: http://mail.zope.org/pipermail/zope-tests/2009-October/012923.html Subject: FAILED (failures=1) : Zope-2.12-alltests Python-2.6.2 : Linux From: Zope Tests Date: Fri Oct 30 21:56:07 EDT 2009 URL: http://mail.zope.org/pipermail/zope-tests/2009-October/012925.html Tests passed OK --------------- Subject: OK : Zope-2.10 Python-2.4.6 : Linux From: Zope Tests Date: Fri Oct 30 21:46:05 EDT 2009 URL: http://mail.zope.org/pipermail/zope-tests/2009-October/012920.html Subject: OK : Zope-2.11 Python-2.4.6 : Linux From: Zope Tests Date: Fri Oct 30 21:48:05 EDT 2009 URL: http://mail.zope.org/pipermail/zope-tests/2009-October/012921.html Subject: OK : Zope-2.12 Python-2.4.6 : Linux From: Zope Tests Date: Fri Oct 30 21:50:06 EDT 2009 URL: http://mail.zope.org/pipermail/zope-tests/2009-October/012922.html Subject: OK : Zope-2.12 Python-2.6.2 : Linux From: Zope Tests Date: Fri Oct 30 21:54:06 EDT 2009 URL: http://mail.zope.org/pipermail/zope-tests/2009-October/012924.html Subject: OK : Zope-trunk Python-2.6.2 : Linux From: Zope Tests Date: Fri Oct 30 21:58:07 EDT 2009 URL: http://mail.zope.org/pipermail/zope-tests/2009-October/012926.html Subject: OK : Zope-trunk-alltests Python-2.6.2 : Linux From: Zope Tests Date: Fri Oct 30 22:00:07 EDT 2009 URL: http://mail.zope.org/pipermail/zope-tests/2009-October/012927.html
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Zope Tests Summarizer wrote:
Summary of messages to the zope-tests list. Period Fri Oct 30 13:00:00 2009 UTC to Sat Oct 31 13:00:00 2009 UTC. There were 8 messages: 8 from Zope Tests.
Test failures -------------
Subject: FAILED (failures=1) : Zope-2.12-alltests Python-2.4.6 : Linux From: Zope Tests Date: Fri Oct 30 21:52:06 EDT 2009 URL: http://mail.zope.org/pipermail/zope-tests/2009-October/012923.html
I can't reproduce this failure when running the Acquisition 2.12.4 tests with Python 2.4 on my machine.
Subject: FAILED (failures=1) : Zope-2.12-alltests Python-2.6.2 : Linux From: Zope Tests Date: Fri Oct 30 21:56:07 EDT 2009 URL: http://mail.zope.org/pipermail/zope-tests/2009-October/012925.html
The failing test here is the 'over_the_wire.txt' one inside zope.testing, which should be disabled (or removed altogether): hitting a third-party website from within automated test suites is both rude and foolish. Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkrseZEACgkQ+gerLs4ltQ5mDwCeJiqOm1/Yn1wNbDlUUMX/xLYC fDcAn3NgrOlWRHlOPVGpMhJftYxY7iAK =fwJw -----END PGP SIGNATURE-----
Am 31.10.09 18:53, schrieb Tres Seaver:
Zope Tests Summarizer wrote:
Summary of messages to the zope-tests list. Period Fri Oct 30 13:00:00 2009 UTC to Sat Oct 31 13:00:00 2009 UTC. There were 8 messages: 8 from Zope Tests.
Test failures -------------
Subject: FAILED (failures=1) : Zope-2.12-alltests Python-2.4.6 : Linux From: Zope Tests Date: Fri Oct 30 21:52:06 EDT 2009 URL: http://mail.zope.org/pipermail/zope-tests/2009-October/012923.html
I can't reproduce this failure when running the Acquisition 2.12.4 tests with Python 2.4 on my machine.
I can reproduce this error with Python 2.4 on 64 bit Linux. However I would not care much about it since 2.4 is basically unsupported. I am going one step further and propose to support officially only Python 2.6 (and inofficially Python 2.5). Why? Right now it is possible writing Zope 2.12 compatible add-ons that might use Python 2.6 feature. Another using running Zope w/ Python 2.5 or 2.4 will not be able to run this particular add-on. So I am inclined to limit the official support to Python 2.6 only. Thoughts? Andreas
Andreas Jung wrote:
I am going one step further and propose to support officially only Python 2.6
I thought that was Zope 2.13 with Zope 2.12 as a transition?
(and inofficially Python 2.5). Why? Right now it is possible writing Zope 2.12 compatible add-ons that might use Python 2.6 feature. Another using running Zope w/ Python 2.5 or 2.4 will not be able to run this particular add-on. So I am inclined to limit the official support to Python 2.6 only.
I'm +0 on this, fwiw... Chris -- Simplistix - Content Management, Batch Processing & Python Consulting - http://www.simplistix.co.uk
On Sun, Nov 1, 2009 at 2:09 PM, Andreas Jung <lists@zopyx.com> wrote:
I am going one step further and propose to support officially only Python 2.6 (and inofficially Python 2.5). Why? Right now it is possible writing Zope 2.12 compatible add-ons that might use Python 2.6 feature. Another using running Zope w/ Python 2.5 or 2.4 will not be able to run this particular add-on. So I am inclined to limit the official support to Python 2.6 only.
+1 For Plone 4 we will only support Python 2.6 and already make use of 2.6 features in a number of places. Hanno
2009/10/31 Tres Seaver <tseaver@palladion.com>:
I can't reproduce this failure when running the Acquisition 2.12.4 tests with Python 2.4 on my machine.
This is python 2.4 on 64-bit linux. I bet it's because of: typedef int Py_ssize_t; and sys.maxint overflows to -1 with that definition. I suspect that all open-ended slicing ops in Python C extensions are borken in python 2.4, because it doesn't have Py_ssize_t. -- Martijn Pieters
FWIW, Martijn is correct. Python 2.4 does not like values > 2**31-1 for list indexes, slices, e.a. even on 64 bit systems. I have disabled the respective test runs. Stefan On 01.11.2009, at 14:43, Martijn Pieters wrote:
2009/10/31 Tres Seaver <tseaver@palladion.com>:
I can't reproduce this failure when running the Acquisition 2.12.4 tests with Python 2.4 on my machine.
This is python 2.4 on 64-bit linux. I bet it's because of:
typedef int Py_ssize_t;
and sys.maxint overflows to -1 with that definition. I suspect that all open-ended slicing ops in Python C extensions are borken in python 2.4, because it doesn't have Py_ssize_t.
-- Stefan H. Holek stefan@epy.co.at
participants (7)
-
Andreas Jung -
Chris Withers -
Hanno Schlichting -
Martijn Pieters -
Stefan H. Holek -
Tres Seaver -
Zope Tests Summarizer