[Zope3-Users] Zope3.2.1 on Mac OS X make check ZEO failures
Alen Stanisic
alen.stanisic at gmail.com
Fri May 19 18:25:33 EDT 2006
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
..................
More information about the Zope3-users
mailing list