[Zope-dev] zope-tests - FAILED: 27, OK: 15
Tres Seaver
tseaver at palladion.com
Tue Jan 8 17:19:48 UTC 2013
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 01/07/2013 08:00 PM, Zope tests summarizer wrote:
> [16] FAILED winbot / zope.app.applicationcontrol_py_265_32
> https://mail.zope.org/pipermail/zope-tests/2013-January/071041.html
>
>
> [17] FAILED winbot / zope.app.authentication_py_265_32
> https://mail.zope.org/pipermail/zope-tests/2013-January/071052.html
>
>
> [18] FAILED winbot / zope.app.component_py_265_32
> https://mail.zope.org/pipermail/zope-tests/2013-January/071043.html
>
>
> [19] FAILED winbot / zope.app.container_py_265_32
> https://mail.zope.org/pipermail/zope-tests/2013-January/071051.html
>
>
> [20] FAILED winbot / zope.app.exception_py_265_32
> https://mail.zope.org/pipermail/zope-tests/2013-January/071053.html
>
>
> [21] FAILED winbot / zope.app.generations_py_265_32
> https://mail.zope.org/pipermail/zope-tests/2013-January/071048.html
>
>
> [22] FAILED winbot / zope.app.publisher_py_265_32
> https://mail.zope.org/pipermail/zope-tests/2013-January/071049.html
>
>
> [23] FAILED winbot / zope.app.rotterdam_py_265_32
> https://mail.zope.org/pipermail/zope-tests/2013-January/071044.html
>
>
> [24] FAILED winbot / zope.app.security_py_265_32
> https://mail.zope.org/pipermail/zope-tests/2013-January/071046.html
>
>
> [25] FAILED winbot / zope.app.session_py_265_32
> https://mail.zope.org/pipermail/zope-tests/2013-January/071014.html
>
>
> [26] FAILED winbot / zope.app.testing_py_265_32
> https://mail.zope.org/pipermail/zope-tests/2013-January/071054.html
>
>
> [27] FAILED winbot / zope.app.zcmlfiles_py_265_32
> https://mail.zope.org/pipermail/zope-tests/2013-January/071013.html
These appear to be due to a quirk in zope.app.security's _protecions.zcml::
> ZopeXMLConfigurationError: File
> "c:\buildslave\zope.app.applicationcontrol\build\src\zope\app\applicationcontrol\ftesting.zcml",
> line 12.2-12.42 ZopeXMLConfigurationError: File
> "c:\eggs\zope.app.zcmlfiles-3.7.1-py2.6.egg\zope\app\zcmlfiles\configure.zcml",
> line 20.2-20.41 ZopeXMLConfigurationError: File
> "c:\eggs\zope.app.security-3.7.5-py2.6.egg\zope\app\security\configure.zcml",
> line 12.2-12.38 ZopeXMLConfigurationError: File
> "c:\eggs\zope.app.security-3.7.5-py2.6.egg\zope\app\security\_protections.zcml",
> line 22.0 ConfigurationError: ('Invalid value for', 'class',
> 'ImportError: Module BTrees.IIBTree has no global IITreeIterator')
The '*TreeIterator' class is defined by the BTrees C modules, but is
"private"; no other code in the ZTK uses it.
I will update BTrees to expose it (I guess), unless somebody argues that
we should just drop the permissions for it. I note that the 'XXTreeSet'
class is *not* protected: I would expect that class to be far more
widely used in application code than the XXTreeIterator.
Tres.
- --
===================================================================
Tres Seaver +1 540-429-0999 tseaver at 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/
iEYEARECAAYFAlDsVTQACgkQ+gerLs4ltQ4oyACgiZFp+EdHz7HWWl2ZdaCzQy+y
3scAn1OEuSTI/64GtLkczsfTT02W8ucm
=gF8s
-----END PGP SIGNATURE-----
More information about the Zope-Dev
mailing list