When I try to run the tests for ZODB 3.8.1b8 using python2.4 on OSX 10.4
nothing happens:
[snowflake;..mp/wichert/3.8.1b8]-118> bin/test
Running zope.testing.testrunner.layer.UnitTests tests:
Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
and then nothing. If I hit ctrl-c I get this backtrace:
Running zope.testing.testrunner.layer.UnitTests tests:
Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
^CTraceback (most recent call last):
File "/private/tmp/wichert/3.8.1b8/bin/test", line 22, in ?
zope.testing.testrunner.run([
File
"/Users/wichert/Library/eggs/tmpIjLqaT/zope.testing-3.6.0-py2.4.egg/zope/testing/testrunner/__init__.py",
line 33, in run
File
"/Users/wichert/Library/eggs/tmpIjLqaT/zope.testing-3.6.0-py2.4.egg/zope/testing/testrunner/runner.py",
line 141, in run
File
"/Users/wichert/Library/eggs/tmpIjLqaT/zope.testing-3.6.0-py2.4.egg/zope/testing/testrunner/runner.py",
line 216, in run_tests
File
"/Users/wichert/Library/eggs/tmpIjLqaT/zope.testing-3.6.0-py2.4.egg/zope/testing/testrunner/runner.py",
line 365, in run_layer
File
"/Users/wichert/Library/eggs/tmpIjLqaT/zope.testing-3.6.0-py2.4.egg/zope/testing/testrunner/runner.py",
line 301, in run_tests
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/unittest.py",
line 281, in __call__
return self.run(*args, **kwds)
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/unittest.py",
line 260, in run
testMethod()
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/doctest.py",
line 2151, in runTest
failures, tries = runner.run(
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/doctest.py",
line 1381, in run
return self.__run(test, compileflags, out)
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/doctest.py",
line 1248, in __run
compileflags, 1) in test.globs
File "<doctest zeo-fan-out.test[48]>", line 1, in ?
File "/private/tmp/wichert/3.8.1b8/src/ZEO/tests/forker.py", line
198, in shutdown_zeo_server
ack = s.recv(1024)
KeyboardInterrupt
Wichert.
--
Wichert Akkerman<[EMAIL PROTECTED]> It is simple to make things.
http://www.wiggy.net/ It is hard to make things simple.
_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/
ZODB-Dev mailing list - [email protected]
http://mail.zope.org/mailman/listinfo/zodb-dev