[Zope-dev] Should we merge collective.xmltestreport into zope.testrunner?
Hi, A while back, I wrote collective.xmltestreport [1,2]. In short, it's a wrapper around zope.testing's test runner that can produce output in an XML format compatible with the xUnit family of testing tools. This is useful for integrating with things like Hudson, which can parse these kinds of files. The problem is that changes in zope.testing/zope.testrunner keep breaking collective.xmltestreport. At first, I was using "-x" as the option to turn on XML output, before zope.testing took that option as its own. Now, with version 3.10, it's broken again, because it's trying to import zope.testing.testrunner, which is no longer there. I wonder if it'd be a good idea to just merge this functionality into zope.testrunner itself? The problem is that in the short term, I probably won't have time to look into it. I may, but there are a few other things that have to take precedence. I was going to just leave it, but given that people are working on zope.testing/zope.testrunner right now, I thought I'd bring it up and see if there was any interest. I'd be happy to support anyone who wants to attempt this, and in reality it's only a couple of relatively small modules that need to be transposed into the codebase. It'd need better (read: some) test coverage if it were to go into zope.testrunner, though. Is there interest in this kind of thing? Martin [1] http://pypi.python.org/pypi/collective.xmltestreport [2] http://svn.plone.org/svn/collective/collective.xmltestreport/trunk ___ 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] zope.sqlalchemy 0.6 release
I've released zope.sqlalchemy 0.6 with the following changes: * Implement should_retry for sqlalchemy.orm.exc.ConcurrentModificationError and serialization errors from PostgreSQL and Oracle. (Specify transaction>=1.1 to use this functionality.) * Include license files. * Add ``transaction_manager`` attribute to data managers for compliance with IDataManager interface. Release available from http://pypi.python.org/pypi/zope.sqlalchemy Laurence ___ 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)
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 M wrote: On Sun, Jul 11, 2010 at 5:49 PM, Christophe Combelles 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] Python 2.7 buildbot reports
Le 24/07/2010 17:36, Adam GROSZER a écrit : > Hello Hanno, > > Saturday, July 24, 2010, 3:30:53 PM, you wrote: > > > HS> If the various buildbot maintainers have enough time and are around, > HS> they could disable Python 2.7 for now and add it back once we got the > HS> ZTK 1.0 branch. > > done for winbot > done for ztk1.0 and ztk1.0dev too I'm also in the process of changing the server used for the buildbots, it will be 64bits by default, and support virtualization. So I'll try to set up 32bit again, then. ___ 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] Python 2.7 buildbot reports
Hello Hanno, Saturday, July 24, 2010, 3:30:53 PM, you wrote: HS> If the various buildbot maintainers have enough time and are around, HS> they could disable Python 2.7 for now and add it back once we got the HS> ZTK 1.0 branch. done for winbot -- Best regards, Adam GROSZERmailto:agros...@gmail.com -- Quote of the day: Before you let yourself go, be sure you can get yourself back. - Roger Allen ___ 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] Python 2.7 buildbot reports
On Thu, Jul 22, 2010 at 6:07 PM, Christophe Combelles wrote: > Considering recent discussions on Python 2.7 support, should we disable the > failure reports for Python 2.7? (6 failures out of 17 in the last report) I think we can let them stay, even though they test something unsupported right now. What should happen after everyone is back from their summer vacation: - The ZTK release team creates a ZTK 1.0 branch - The buildbots add nightly test runs for this branch on Python 2.4 - 2.6 (and NOT 2.7) - The buildbots drop testing Python 2.4 on the trunk and make sure 2.7 is added everywhere If the various buildbot maintainers have enough time and are around, they could disable Python 2.7 for now and add it back once we got the ZTK 1.0 branch. 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] Zope Tests: 32 OK, 19 Failed, 1 Unknown
Summary of messages to the zope-tests list. Period Fri Jul 23 12:00:00 2010 UTC to Sat Jul 24 12:00:00 2010 UTC. There were 52 messages: 6 from Zope Tests, 1 from buildbot at enfoldsystems.com, 4 from buildbot at pov.lt, 15 from buildbot at winbot.zope.org, 16 from ccomb at free.fr, 10 from jdriessen at thehealthagency.com. Test failures - Subject: FAILED : Bluebream / Python2.4.6 32bit linux From: ccomb at free.fr Date: Fri Jul 23 22:04:02 EDT 2010 URL: http://mail.zope.org/pipermail/zope-tests/2010-July/017208.html Subject: FAILED : Bluebream / Python2.6.4 32bit linux From: ccomb at free.fr Date: Fri Jul 23 22:05:43 EDT 2010 URL: http://mail.zope.org/pipermail/zope-tests/2010-July/017210.html Subject: FAILED : Bluebream / Python2.5.2 32bit linux From: ccomb at free.fr Date: Fri Jul 23 22:05:43 EDT 2010 URL: http://mail.zope.org/pipermail/zope-tests/2010-July/017209.html Subject: FAILED : winbot / ztk_dev py_244_win32 From: buildbot at winbot.zope.org Date: Fri Jul 23 22:08:09 EDT 2010 URL: http://mail.zope.org/pipermail/zope-tests/2010-July/017211.html Subject: FAILED : winbot / ztk_dev py_254_win32 From: buildbot at winbot.zope.org Date: Fri Jul 23 22:14:59 EDT 2010 URL: http://mail.zope.org/pipermail/zope-tests/2010-July/017213.html Subject: FAILED : winbot / ztk_dev py_265_win32 From: buildbot at winbot.zope.org Date: Fri Jul 23 22:21:35 EDT 2010 URL: http://mail.zope.org/pipermail/zope-tests/2010-July/017214.html Subject: FAILED : winbot / ztk_dev py_265_win64 From: buildbot at winbot.zope.org Date: Fri Jul 23 22:28:12 EDT 2010 URL: http://mail.zope.org/pipermail/zope-tests/2010-July/017215.html Subject: FAILED : winbot / ztk_dev py_270_win32 From: buildbot at winbot.zope.org Date: Fri Jul 23 22:34:46 EDT 2010 URL: http://mail.zope.org/pipermail/zope-tests/2010-July/017217.html Subject: FAILED : winbot / ztk_dev py_270_win64 From: buildbot at winbot.zope.org Date: Fri Jul 23 22:41:20 EDT 2010 URL: http://mail.zope.org/pipermail/zope-tests/2010-July/017218.html Subject: FAILED : winbot / ztk_10 py_244_win32 From: buildbot at winbot.zope.org Date: Fri Jul 23 22:49:29 EDT 2010 URL: http://mail.zope.org/pipermail/zope-tests/2010-July/017219.html Subject: FAILED : ZTK 1.0dev / Python2.4.6 Linux 32bit From: ccomb at free.fr Date: Fri Jul 23 23:46:15 EDT 2010 URL: http://mail.zope.org/pipermail/zope-tests/2010-July/017223.html Subject: FAILED : ZTK 1.0dev / Python2.6.4 Linux 32bit From: ccomb at free.fr Date: Fri Jul 23 23:47:33 EDT 2010 URL: http://mail.zope.org/pipermail/zope-tests/2010-July/017224.html Subject: FAILED : ZTK 1.0dev / Python2.7.0 Linux 32bit From: ccomb at free.fr Date: Fri Jul 23 23:47:48 EDT 2010 URL: http://mail.zope.org/pipermail/zope-tests/2010-July/017225.html Subject: FAILED : ZTK 1.0dev / Python2.5.2 Linux 32bit From: ccomb at free.fr Date: Fri Jul 23 23:48:02 EDT 2010 URL: http://mail.zope.org/pipermail/zope-tests/2010-July/017226.html Subject: FAILED : winbot / ZODB_dev py_265_win32 From: buildbot at winbot.zope.org Date: Sat Jul 24 00:38:45 EDT 2010 URL: http://mail.zope.org/pipermail/zope-tests/2010-July/017229.html Subject: FAILED : ZTK 1.0 / Python2.7.0 Linux 32bit From: ccomb at free.fr Date: Sat Jul 24 01:51:19 EDT 2010 URL: http://mail.zope.org/pipermail/zope-tests/2010-July/017233.html Subject: FAILED : winbot / ZODB_dev py_270_win32 From: buildbot at winbot.zope.org Date: Sat Jul 24 02:28:50 EDT 2010 URL: http://mail.zope.org/pipermail/zope-tests/2010-July/017236.html Subject: FAILED : winbot / ZODB_dev py_270_win64 From: buildbot at winbot.zope.org Date: Sat Jul 24 03:23:55 EDT 2010 URL: http://mail.zope.org/pipermail/zope-tests/2010-July/017237.html Subject: FAILED : Bluebream / Python2.4.6 32bit linux From: ccomb at free.fr Date: Sat Jul 24 04:06:12 EDT 2010 URL: http://mail.zope.org/pipermail/zope-tests/2010-July/017239.html Unknown --- Subject: [zodb-tests] buildbot failure in Enfold Systems on zodb-trunk-python-2.6-maestro From: buildbot at enfoldsystems.com Date: Sat Jul 24 04:02:22 EDT 2010 URL: http://mail.zope.org/pipermail/zope-tests/2010-July/017238.html Tests passed OK --- Subject: OK : Zope 3.4 Known Good Set / py2.4-64bit-linux From: buildbot at pov.lt Date: Fri Jul 23 21:09:32 EDT 2010 URL: http://mail.zope.org/pipermail/zope-tests/2010-July/017200.html Subject: OK : Zope 3.4 Known Good Set / py2.4-32bit-linux From: buildbot at pov.lt Date: Fri Jul 23 21:29:41 EDT 2010 URL: http://mail.zope.org/pipermail/zope-tests/2010-July/017201.html Subject: OK : Zope-2.10 Python-2.4.6 : Linux From: Zope Tests Date: Fri Jul 23 21:33:32 EDT 2010 URL: http://mail.zope.org/pipermail/zope-tests/2010-July/017202.html Subject: OK : Zope-2.11 Python-2.4.6 : Linux From: Zope Tests Date: Fri Jul 23 21:35:32 EDT 2010 URL: http://mail.zope.org/pipermail/zope-tests/2010-July/017203.html Subject: OK : Zope-2.12 Python-2.6.5 : Linux From: Zope Tests Date: Fri Jul 23 21:37:32 EDT 2010 URL: http://mail.zope.org/pipermail/