[Zope3-Users] make check [OSX v3.3.0]
Robert Hicks
sigzero at gmail.com
Mon Oct 9 21:27:49 EDT 2006
I get the following error and it is the only one:
Error in test checkVerificationInvalidationPersists
(ZEO.tests.testConnection.MappingStorageConnectionTests)
Traceback (most recent call last):
File
"/Library/Frameworks/Python.framework/Versions/2.4//lib/python2.4/unittest.py",
line 260, in run
testMethod()
File
"/usr/local/src/Zope-3.3.0/build/lib.macosx-10.4-fat-2.4/ZEO/tests/ConnectionTests.py",
line 534, in checkVerificationInvalidationPersists
self._storage = self.openClientStorage('test')
File
"/usr/local/src/Zope-3.3.0/build/lib.macosx-10.4-fat-2.4/ZEO/tests/ConnectionTests.py",
line 186, in openClientStorage
realm=realm)
File
"/usr/local/src/Zope-3.3.0/build/lib.macosx-10.4-fat-2.4/ZEO/ClientStorage.py",
line 321, in __init__
self._wait(wait_timeout)
File
"/usr/local/src/Zope-3.3.0/build/lib.macosx-10.4-fat-2.4/ZEO/ClientStorage.py",
line 342, in _wait
assert self._connection.is_async()
AttributeError: 'NoneType' object has no attribute 'is_async'
Is that a big deal?
Robert
More information about the Zope3-users
mailing list