[Zope-dev] zope-tests - FAILED: 2, OK: 20, UNKNOWN: 1
Marius Gedminas
marius at gedmin.as
Fri Dec 7 06:52:33 UTC 2012
On Fri, Dec 07, 2012 at 01:00:02AM +0000, Zope tests summarizer wrote:
> [1] UNKNOWN FAILED (failures=1) : Zope-2.13 Python-2.7.3 : Linux
> https://mail.zope.org/pipermail/zope-tests/2012-December/069804.html
Failure in test test_scored_search (Products.ZCatalog.tests.test_catalog.TestScoring)
Traceback (most recent call last):
File "/usr/local/python2.7/lib/python2.7/unittest/case.py", line 327, in run
testMethod()
File "/home/stefan/autotest/temp/python27-zope213all/eggs/Products.ZCatalog-2.13.23-py2.7.egg/Products/ZCatalog/tests/test_catalog.py", line 731, in test_scored_search
self.assertEqual(brains[0].title, '111')
File "/usr/local/python2.7/lib/python2.7/unittest/case.py", line 511, in assertEqual
assertion_func(first, second, msg=msg)
File "/usr/local/python2.7/lib/python2.7/unittest/case.py", line 504, in _baseAssertEqual
raise self.failureException(msg)
AssertionError: '1' != '111'
> [2] FAILED winbot / z3c.recipe.paster_py_265_32
> https://mail.zope.org/pipermail/zope-tests/2012-December/069797.html
buildout (inside a doctest) failed because
Error: Couldn't find a distribution for 'BTrees>=4.0.0dev,<4.1dev'.
which is interesting, since BTrees 4.0.1 was released to PyPI on 2012-10-21.
I'm trying to reproduce, but it looks like the buildout spawned by that test
acts as a forkbomb and never finishes:
├─bash
│ └─test -S bin/test -cvv
│ └─sh -c bin/buildout
│ └─buildout bin/buildout
│ └─python bin/buildout
│ └─python bin/buildout
│ └─python bin/buildout
│ └─python bin/buildout
│ └─python bin/buildout
│ └─python bin/buildout
│ └─python bin/buildout
...
Linux has gotten better at process management recently -- I waited for maybe 5
minutes thinking it was a network timeout and didn't notice one CPU core was
pegged and all my RAM was gone.
> [3] FAILED winbot / zope.app.i18n_py_265_32
> https://mail.zope.org/pipermail/zope-tests/2012-December/069796.html
Error in test testNoTargetLanguage (zope.app.i18n.tests.test_translationdomain.TestTranslationDomain)
Traceback (most recent call last):
File "c:\Python26_32\lib\unittest.py", line 279, in run
testMethod()
File "c:\eggs\zope.i18n-3.8.0-py2.6.egg\zope\i18n\tests\test_itranslationdomain.py", line 99, in testNoTargetLanguage
eq(translate('short_greeting', context=context, default=42), 42)
File "c:\buildslave\zope.app.i18n\build\src\zope\app\i18n\translationdomain.py", line 74, in translate
catalog_names = self._catalogs.get(target_language, [])
TypeError: Object has default comparison
Marius Gedminas
--
http://pov.lt/ -- Zope 3/BlueBream consulting and development
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: Digital signature
URL: <http://mail.zope.org/pipermail/zope-dev/attachments/20121207/15c9677a/attachment.sig>
More information about the Zope-Dev
mailing list