This is the summary for test reports received on the zope-tests list between 2013-05-19 00:00:00 UTC and 2013-05-20 00:00:00 UTC: See the footnotes for test reports of unsuccessful builds. An up-to date view of the builders is also available in our buildbot documentation: http://docs.zope.org/zopetoolkit/process/buildbots.html#the-nightly-builds Reports received ---------------- [1] Still Failing - zopetoolkit_trunk - Build # 270 [2] winbot / ZEO_py_265_32 winbot / ZODB_dev py_265_win32 winbot / ZODB_dev py_265_win64 winbot / ZODB_dev py_270_win32 winbot / ZODB_dev py_270_win64 [3] winbot / zope.testrunner_py_265_32 winbot / ztk_10 py_254_win32 winbot / ztk_10 py_265_win32 winbot / ztk_10 py_265_win64 winbot / ztk_11 py_254_win32 winbot / ztk_11 py_265_win32 winbot / ztk_11 py_265_win64 winbot / ztk_11 py_270_win32 winbot / ztk_11 py_270_win64 Non-OK results -------------- [1] FAILED Still Failing - zopetoolkit_trunk - Build # 270 https://mail.zope.org/pipermail/zope-tests/2013-May/075082.html [2] FAILED winbot / ZEO_py_265_32 https://mail.zope.org/pipermail/zope-tests/2013-May/075081.html [3] FAILED winbot / zope.testrunner_py_265_32 https://mail.zope.org/pipermail/zope-tests/2013-May/075080.html
On Tue, May 21, 2013 at 01:00:02AM +0000, Zope tests summarizer wrote:
[1] Still Failing - zopetoolkit_trunk - Build # 270
One zope.session failure: File "/var/lib/jenkins/jobs/zopetoolkit_trunk/workspace/src/zope.session/src/zope/session/http.py", line 442, in zope.session.http.CookieClientIdManager.setRequestId Failed example: expires > now + timedelta(0, 55 * 60) Expected: True Got: False
[2] winbot / ZEO_py_265_32
One failure: File "c:\buildslave\zeo\build\src\ZEO\tests\testZEO.py", line 1162, in ZEO.tests.testZEO.client_has_newer_data_than_server Failed example: len(client_errors) >= 2 Expected: True Got: False
[3] winbot / zope.testrunner_py_265_32
Intermittent Github connection error. Last build was successful. Marius Gedminas -- http://pov.lt/ -- Zope 3/BlueBream consulting and development
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 05/21/2013 06:28 AM, Marius Gedminas wrote:
[1] Still Failing - zopetoolkit_trunk - Build # 270 One zope.session failure:
File "/var/lib/jenkins/jobs/zopetoolkit_trunk/workspace/src/zope.session/src/zope/session/http.py", line 442, in zope.session.http.CookieClientIdManager.setRequestId Failed example: expires > now + timedelta(0, 55 * 60) Expected: True Got: False
Hmm, I changed that yesterday because the old test code (using 'time.mktime') was failiing on my box, likely due to an odd mix of naive and GMT times. The *actual* cookie being set by the code-under-test is correct -- we just have a problem writing good assertinos about it.
[2] winbot / ZEO_py_265_32
One failure:
File "c:\buildslave\zeo\build\src\ZEO\tests\testZEO.py", line 1162, in ZEO.tests.testZEO.client_has_newer_data_than_server Failed example: len(client_errors) >= 2 Expected: True Got: False
This is another place where I have tweaked the test code, trying to remove race conditions: the test is trying to make assertionas about errors being logged, and does a bunch of sleeping trying to ensure that "enough" stuff gets logged. Again, it is a bad test, and not a real issue with the code being tested. 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.11 (GNU/Linux) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iEYEARECAAYFAlGbepAACgkQ+gerLs4ltQ56IACeIrEUbC/TC+Y0d+AvjVom6rID GkEAn2nNosl/7EhWpymlf2n/zcN6avi+ =ZYlR -----END PGP SIGNATURE-----
On Tue, May 21, 2013 at 09:45:52AM -0400, Tres Seaver wrote:
On 05/21/2013 06:28 AM, Marius Gedminas wrote:
[2] winbot / ZEO_py_265_32
One failure:
File "c:\buildslave\zeo\build\src\ZEO\tests\testZEO.py", line 1162, in ZEO.tests.testZEO.client_has_newer_data_than_server Failed example: len(client_errors) >= 2 Expected: True Got: False
This is another place where I have tweaked the test code, trying to remove race conditions: the test is trying to make assertionas about errors being logged, and does a bunch of sleeping trying to ensure that "enough" stuff gets logged. Again, it is a bad test, and not a real issue with the code being tested.
I couldn't reproduce this on my laptop (using detox), but I managed to get Python 3.2 tests to deadlock (40 minutes and still running, with 0% CPU usage). I see that the tests also deadlock on Travis: https://travis-ci.org/zopefoundation/ZEO/builds/7364121 (And I see that Travis doesn't currently run Python 3 tests for ZEO master. I'll fix that.) Marius Gedminas -- http://pov.lt/ -- Zope 3/BlueBream consulting and development
On Tue, May 21, 2013 at 09:45:52AM -0400, Tres Seaver wrote:
On 05/21/2013 06:28 AM, Marius Gedminas wrote:
[1] Still Failing - zopetoolkit_trunk - Build # 270 One zope.session failure:
File "/var/lib/jenkins/jobs/zopetoolkit_trunk/workspace/src/zope.session/src/zope/session/http.py", line 442, in zope.session.http.CookieClientIdManager.setRequestId Failed example: expires > now + timedelta(0, 55 * 60) Expected: True Got: False
Hmm, I changed that yesterday because the old test code (using 'time.mktime') was failiing on my box, likely due to an odd mix of naive and GMT times. The *actual* cookie being set by the code-under-test is correct -- we just have a problem writing good assertinos about it.
I can reproduce this. Looks like the error only shows up when the system timezone is east of the prime meridian (e.g. Europe/Vilnius or Europe/London -- at least during summer; the error went away with TZ set to America/New_York or UTC). Marius Gedminas -- http://pov.lt/ -- Zope 3/BlueBream consulting and development
participants (3)
-
Marius Gedminas -
Tres Seaver -
Zope tests summarizer