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

Mailing List Archive: Zope: CMF

cmf-tests - OK: 2, UNKNOWN: 2

 

 

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


noreply at zope

Nov 22, 2011, 5:00 PM

Post #1 of 4 (539 views)
Permalink
cmf-tests - OK: 2, UNKNOWN: 2

This is the summary for test reports received on the
cmf-tests list between 2011-11-21 00:00:00 UTC and 2011-11-22 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
----------------

CMF-2.2 Zope-2.12 Python-2.6.6 : Linux
CMF-2.2 Zope-2.13 Python-2.6.6 : Linux
[1] FAILED (errors=3) : CMF-trunk Zope-2.13 Python-2.6.6 : Linux
[2] FAILED (errors=3) : CMF-trunk Zope-trunk Python-2.6.6 : Linux

Non-OK results
--------------

[1] UNKNOWN FAILED (errors=3) : CMF-trunk Zope-2.13 Python-2.6.6 : Linux
https://mail.zope.org/pipermail/cmf-tests/2011-November/015516.html


[2] UNKNOWN FAILED (errors=3) : CMF-trunk Zope-trunk Python-2.6.6 : Linux
https://mail.zope.org/pipermail/cmf-tests/2011-November/015517.html


_______________________________________________
Zope-CMF maillist - Zope-CMF [at] zope
https://mail.zope.org/mailman/listinfo/zope-cmf

See https://bugs.launchpad.net/zope-cmf/ for bug reports and feature requests


tseaver at palladion

Nov 22, 2011, 6:13 PM

Post #2 of 4 (517 views)
Permalink
Re: cmf-tests - OK: 2, UNKNOWN: 2 [In reply to]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> [1] UNKNOWN FAILED (errors=3) : CMF-trunk Zope-2.13 Python-2.6.6 :
> Linux
> https://mail.zope.org/pipermail/cmf-tests/2011-November/015516.html
>
>
> [2] UNKNOWN FAILED (errors=3) : CMF-trunk Zope-trunk Python-2.6.6 :
> Linux
> https://mail.zope.org/pipermail/cmf-tests/2011-November/015517.html


These failures are all variations on the folloowing::

> Error in test testUpgradeAllProposed
> (Products.CMFDefault.upgrade.tests.test_upgrade.UpgradeFrom20Tests)
> Traceback (most recent call last): File
> "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
> testMethod() File
> "/home/stefan/autotest/temp/python26-zope213-cmf23/src/Products.CMFDefault/Products/CMFDefault/upgrade/tests/test_upgrade.py",
>
>
>
line 75, in testUpgradeAllProposed expected_export =
> self.app.site.portal_setup.runAllExportSteps() File
> "/home/stefan/autotest/temp/python26-zope213-cmf23/src/Products.GenericSetup/Products/GenericSetup/tool.py",
>
>
>
line 343, in runAllExportSteps return
> self._doRunExportSteps(self.listExportSteps()) File
> "/home/stefan/autotest/temp/python26-zope213-cmf23/src/Products.GenericSetup/Products/GenericSetup/tool.py",
>
>
>
line 1021, in _doRunExportSteps messages[step_id] = handler(context)
> File
> "/home/stefan/autotest/temp/python26-zope213-cmf23/src/Products.CMFCore/Products/CMFCore/exportimport/workflow.py",
>
>
>
line 141, in exportWorkflowTool exportObjects(tool, '', context) File
> "/home/stefan/autotest/temp/python26-zope213-cmf23/src/Products.GenericSetup/Products/GenericSetup/utils.py",
>
>
>
line 819, in exportObjects exportObjects(sub, path+'/', context) File
> "/home/stefan/autotest/temp/python26-zope213-cmf23/src/Products.GenericSetup/Products/GenericSetup/utils.py",
>
>
>
line 815, in exportObjects context.writeDataFile(filename, body,
> exporter.mime_type) File
> "/home/stefan/autotest/temp/python26-zope213-cmf23/src/Products.GenericSetup/Products/GenericSetup/context.py",
>
>
>
line 466, in writeDataFile raise ValueError("Unicode text is not
> supported, even if it only " ValueError: Unicode text is not
> supported, even if it only contains ascii. Please encode your data


which is a result of Patrick Gerken's change to GenericSetup in r123457
(merging r123435 from the 1.7 branch):


Get more picky with unicode and strings

the exporters prevent dumping unicode objects,
the registry handlers always encode unicode to utf-8 strings.

Patrick, this is on you to repair. Even more than that, you need to
document in the CHANGES.txt of GenericSetup what other 3rd-party code
needs to do to be compatible with your changes (preferably, such code
needs to be able to straddle the two versions).



Tres.
- --
===================================================================
Tres Seaver +1 540-429-0999 tseaver [at] palladion
Palladion Software "Excellence by Design" http://palladion.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk7MVsQACgkQ+gerLs4ltQ5MMwCgnklM4hVRP7+2gH9urpSwqNHv
0m4Anjr0xln/fVDY9c54n0xgKqQmz2nj
=rAf9
-----END PGP SIGNATURE-----

_______________________________________________
Zope-CMF maillist - Zope-CMF [at] zope
https://mail.zope.org/mailman/listinfo/zope-cmf

See https://bugs.launchpad.net/zope-cmf/ for bug reports and feature requests


patrick.gerken at computer

Nov 23, 2011, 8:01 AM

Post #3 of 4 (510 views)
Permalink
Re: cmf-tests - OK: 2, UNKNOWN: 2 [In reply to]

On Wed, Nov 23, 2011 at 02:00, CMF tests summarizer <noreply [at] zope> wrote:
> This is the summary for test reports received on the
> cmf-tests list between 2011-11-21 00:00:00 UTC and 2011-11-22 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
> ----------------
>
>       CMF-2.2 Zope-2.12 Python-2.6.6 : Linux
>       CMF-2.2 Zope-2.13 Python-2.6.6 : Linux
> [1]    FAILED (errors=3) : CMF-trunk Zope-2.13 Python-2.6.6 : Linux
> [2]    FAILED (errors=3) : CMF-trunk Zope-trunk Python-2.6.6 : Linux

Both failures should be fixed.

Regarding the changes itself, while Products.GenericSetup 1.7.0dev
will not play well with released Packages of Products.DCWorkflow, the
changed Products.DCWorkflow will work with GS 1.6.

Best regards,

Patrick
_______________________________________________
Zope-CMF maillist - Zope-CMF [at] zope
https://mail.zope.org/mailman/listinfo/zope-cmf

See https://bugs.launchpad.net/zope-cmf/ for bug reports and feature requests


noreply at zope

Nov 23, 2011, 5:00 PM

Post #4 of 4 (513 views)
Permalink
cmf-tests - OK: 2, UNKNOWN: 2 [In reply to]

This is the summary for test reports received on the
cmf-tests list between 2011-11-22 00:00:00 UTC and 2011-11-23 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
----------------

CMF-2.2 Zope-2.12 Python-2.6.6 : Linux
CMF-2.2 Zope-2.13 Python-2.6.6 : Linux
[1] FAILED (errors=3) : CMF-trunk Zope-2.13 Python-2.6.6 : Linux
[2] FAILED (errors=3) : CMF-trunk Zope-trunk Python-2.6.6 : Linux

Non-OK results
--------------

[1] UNKNOWN FAILED (errors=3) : CMF-trunk Zope-2.13 Python-2.6.6 : Linux
https://mail.zope.org/pipermail/cmf-tests/2011-November/015520.html


[2] UNKNOWN FAILED (errors=3) : CMF-trunk Zope-trunk Python-2.6.6 : Linux
https://mail.zope.org/pipermail/cmf-tests/2011-November/015521.html


_______________________________________________
Zope-CMF maillist - Zope-CMF [at] zope
https://mail.zope.org/mailman/listinfo/zope-cmf

See https://bugs.launchpad.net/zope-cmf/ for bug reports and feature requests

Zope cmf 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.