[Zope-dev] zope-tests - FAILED: 10, OK: 28, UNKNOWN: 3

Tres Seaver tseaver at palladion.com
Fri Aug 19 13:14:07 EDT 2011


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


> [1]    UNKNOWN FAILED (errors=1) : Zope-2.13-alltests Python-2.6.6 :
> Linux 
> https://mail.zope.org/pipermail/zope-tests/2011-August/048315.html

I think this failure is due to recent acquisition grubbing::

- ------------------------------ %< --------------------------------------
Error in test test_getObject_found
(Products.ZCatalog.tests.test_zcatalog.TestZCatalogGetObject)
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-zope213all/eggs/Products.ZCatalog-2.13.18-py2.6.egg/Products/ZCatalog/tests/test_zcatalog.py",
line 347, in test_getObject_found
    self.assertEqual(brain.getObject().getId(), 'ob')
  File
"/home/stefan/autotest/temp/python26-zope213all/eggs/Products.ZCatalog-2.13.18-py2.6.egg/Products/ZCatalog/CatalogBrains.py",
line 69, in getObject
    return parent.restrictedTraverse(path[-1])
  File
"/home/stefan/autotest/temp/python26-zope213all/src/OFS/Traversable.py",
line 317, in restrictedTraverse
    return self.unrestrictedTraverse(path, default, restricted=True)
  File
"/home/stefan/autotest/temp/python26-zope213all/src/OFS/Traversable.py",
line 274, in unrestrictedTraverse
    next = queryMultiAdapter((obj, aq_acquire(self, 'REQUEST')),
   - __traceback_info__: (['ob'], 'ob')
AttributeError: REQUEST
- ------------------------------ %< --------------------------------------

> [2]    UNKNOWN UNKNOWN : Zope-2.12 Python-2.6.6 : Linux 
> https://mail.zope.org/pipermail/zope-tests/2011-August/048312.html

This is likely due to transient PyPI failures::

- ------------------------------ %< --------------------------------------
While:
  Installing test.
  Getting distribution for 'zope.password==3.5.1'.
Error: Couldn't find a distribution for 'zope.password==3.5.1'.
- ------------------------------ %< --------------------------------------


> [4]    FAILED  ZTK 1.0 / Python2.6.5 Linux 64bit 
> https://mail.zope.org/pipermail/zope-tests/2011-August/048334.html

For this one, I need to release a zope.interface 3.6.7 with the
test-only fix I checked in yesterday, and bump ZTK 1.0 to use it.


> [5]    FAILED  ZTK 1.0dev / Python2.4.6 Linux 64bit 
> https://mail.zope.org/pipermail/zope-tests/2011-August/048304.html

There are lots of errors like this which seem to be in TAL / ZPT guts::

- ------------------------------ %< --------------------------------------
Error in test test_new
(zope.formlib.tests.test_functional_objectwidget.Test)
Traceback (most recent call last):
  File "/usr/local/python2.4.6/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File
"/home/ccomb/ztk1.0dev-slave/Python2.4.6-Linux-64bit/build/src/zope.formlib/src/zope/formlib/tests/test_functional_objectwidget.py",
line 87, in test_new
    self.verifyResult(widget(), check_list)
  File
"/home/ccomb/ztk1.0dev-slave/Python2.4.6-Linux-64bit/build/src/zope.formlib/src/zope/formlib/objectwidget.py",
line 90, in __call__
    return self.view()
  File
"/home/ccomb/ztk1.0dev-slave/Python2.4.6-Linux-64bit/build/src/zope.formlib/src/zope/formlib/objectwidget.py",
line 39, in __call__
    return self.template()
  File
"/home/ccomb/ztk1.0dev-slave/Python2.4.6-Linux-64bit/build/src/zope.browserpage/src/zope/browserpage/viewpagetemplatefile.py",
line 81, in __call__
    return self.im_func(im_self, *args, **kw)
  File
"/home/ccomb/ztk1.0dev-slave/Python2.4.6-Linux-64bit/build/src/zope.browserpage/src/zope/browserpage/viewpagetemplatefile.py",
line 49, in __call__
    sourceAnnotations=getattr(debug_flags, 'sourceAnnotations', 0),
  File
"/home/ccomb/ztk1.0dev-slave/Python2.4.6-Linux-64bit/build/src/zope.pagetemplate/src/zope/pagetemplate/pagetemplate.py",
line 119, in pt_render
    sourceAnnotations=sourceAnnotations
  File
"/home/ccomb/ztk1.0dev-slave/Python2.4.6-Linux-64bit/build/src/zope.pagetemplate/src/zope/pagetemplate/pagetemplate.py",
line 228, in __call__
    interpreter()
...
    handlers[opcode](self, args)
  File
"/home/ccomb/ztk1.0dev-slave/Python2.4.6-Linux-64bit/build/src/zope.tal/src/zope/tal/talinterpreter.py",
line 755, in do_insertStructure_tal
    self.insertHTMLStructure(text, repldict)
  File
"/home/ccomb/ztk1.0dev-slave/Python2.4.6-Linux-64bit/build/src/zope.tal/src/zope/tal/talinterpreter.py",
line 779, in insertHTMLStructure
    gen = AltTALGenerator(repldict, self.engine, 0)
  File
"/home/ccomb/ztk1.0dev-slave/Python2.4.6-Linux-64bit/build/src/zope.tal/src/zope/tal/talinterpreter.py",
line 63, in __init__
    TALGenerator.__init__(self, expressionCompiler, xml)
  File
"/home/ccomb/ztk1.0dev-slave/Python2.4.6-Linux-64bit/build/src/zope.tal/src/zope/tal/talgenerator.py",
line 39, in __init__
    self.CompilerError = expressionCompiler.getCompilerError()
AttributeError: 'TrustedZopeContext' object has no attribute
'getCompilerError'
- ------------------------------ %< --------------------------------------

Have we switched to using Chameleon, maybe?


> [6]    FAILED  ZTK 1.0dev / Python2.5.5 Linux 64bit 
> https://mail.zope.org/pipermail/zope-tests/2011-August/048306.html
> 
> 
> [7]    FAILED  ZTK 1.0dev / Python2.6.5 Linux 64bit 
> https://mail.zope.org/pipermail/zope-tests/2011-August/048305.html

These two seem to be failing in the same way as the 2.4.6 tests.


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.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk5Omd8ACgkQ+gerLs4ltQ61pwCgpcHORBFMR8RzMPBDxgId/z6p
8a4An3h7WqzAtMgKcYvAIqChenfr2Y8f
=noEb
-----END PGP SIGNATURE-----



More information about the Zope-Dev mailing list