[Zope-dev] Zope Tests: 45 OK, 9 Failed, 1 Unknown

Hanno Schlichting hanno at hannosch.eu
Sat Jan 1 08:19:44 EST 2011


On Fri, Dec 31, 2010 at 4:10 PM, Tres Seaver <tseaver at palladion.com> wrote:
> Hmm, these look like genuine issues, either with the tests or perhaps
> with the new "lazy" stuff:

Hhm, indeed. I cannot reproduce them locally and they only seem to
happen on Windows.

I'll try to look into test ordering problems and such to see if that
might be the problem here.

Hanno

> Failure in test test_length_with_filter
> (Products.ZCatalog.tests.test_lazy.TestLazyFilter)
> Traceback (most recent call last):
>  File "C:\Python26\lib\unittest.py", line 279, in run
>    testMethod()
>  File
> "c:\users\richard\.buildout\eggs\products.zcatalog-2.13.1-py2.6.egg\Products\ZCatalog\tests\test_lazy.py",
> line 153, in test_length_with_filter
>    self.assertEqual(len(lfilter), 26)
>  File "C:\Python26\lib\unittest.py", line 350, in failUnlessEqual
>    (msg or '%r != %r' % (first, second))
> AssertionError: 65 != 26
>
> Failure in test test_length_with_filter
> (Products.ZCatalog.tests.test_lazy.TestLazyMop)
> Traceback (most recent call last):
>  File "C:\Python26\lib\unittest.py", line 279, in run
>    testMethod()
>  File
> "c:\users\richard\.buildout\eggs\products.zcatalog-2.13.1-py2.6.egg\Products\ZCatalog\tests\test_lazy.py",
> line 201, in test_length_with_filter
>    self.assertEqual(len(lmop), 52)
>  File "C:\Python26\lib\unittest.py", line 350, in failUnlessEqual
>    (msg or '%r != %r' % (first, second))
> AssertionError: 125 != 52


More information about the Zope-Dev mailing list