Hi,

just trying to install Zope 3.2.1 on Mac OS X 10.4.6 Intel. I installed Xcode tools and darwin ports python 2.4.3. I don't really use ZEO but when running make check I get the 4 ZEO tests failures below.

Thanks
Alen

Failure in test checkTimeoutAfterVote (ZEO.tests.testConnection.FileStorageTimeoutTests)
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/ lib/python2.4/unittest.py", line 260, in run
    testMethod()
File "/Users/alen/Development/Zope3/tmp/Zope-3.2.1/build/ lib.darwin-8.6.1-i386-2.4/ZEO/tests/ConnectionTests.py", line 978, in checkTimeoutAfterVote
    unless(not storage.is_connected())
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/ lib/python2.4/unittest.py", line 309, in failUnless
    if not expr: raise self.failureException, msg
AssertionError

...

Failure in test checkTimeoutProvokingConflicts (ZEO.tests.testConnection.FileStorageTimeoutTests)
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/ lib/python2.4/unittest.py", line 260, in run
    testMethod()
File "/Users/alen/Development/Zope3/tmp/Zope-3.2.1/build/ lib.darwin-8.6.1-i386-2.4/ZEO/tests/ConnectionTests.py", line 1029, in checkTimeoutProvokingConflicts
    require(not storage.is_connected())
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/ lib/python2.4/unittest.py", line 309, in failUnless
    if not expr: raise self.failureException, msg
AssertionError

...................

Failure in test checkTimeoutAfterVote (ZEO.tests.testConnection.MappingStorageTimeoutTests)
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/ lib/python2.4/unittest.py", line 260, in run
    testMethod()
File "/Users/alen/Development/Zope3/tmp/Zope-3.2.1/build/ lib.darwin-8.6.1-i386-2.4/ZEO/tests/ConnectionTests.py", line 978, in checkTimeoutAfterVote
    unless(not storage.is_connected())
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/ lib/python2.4/unittest.py", line 309, in failUnless
    if not expr: raise self.failureException, msg
AssertionError

...

Failure in test checkTimeoutProvokingConflicts (ZEO.tests.testConnection.MappingStorageTimeoutTests)
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/ lib/python2.4/unittest.py", line 260, in run
    testMethod()
File "/Users/alen/Development/Zope3/tmp/Zope-3.2.1/build/ lib.darwin-8.6.1-i386-2.4/ZEO/tests/ConnectionTests.py", line 1029, in checkTimeoutProvokingConflicts
    require(not storage.is_connected())
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/ lib/python2.4/unittest.py", line 309, in failUnless
    if not expr: raise self.failureException, msg
AssertionError

..................

_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to