[Zope-Coders] Zope HEAD Tests hanging on Linux

Chris Withers chrisw@nipltd.com
Mon, 24 Feb 2003 17:07:26 +0000


Hi,

Still trying to ge tto the bottom of the hanging tests.
I started to manually run the Zope HEAD tests and got:

Ensure source file and position are set correctly by TAL ... ok
testErrNoPort (testStart.StartTests) ... Traceback (most recent call last):
   File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZEO/start.py", line 22, 
in ?
     import ThreadedAsync.LoopCallback
ImportError: No module named ThreadedAsync.LoopCallback
FAIL

...and here is sat for a long time, so I hit Ctrl-C and got:

testLogRestart (testStart.StartTests) ... Traceback (most recent call last):
   File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZEO/start.py", line 22, 
in ?
     import ThreadedAsync.LoopCallback
ImportError: No module named ThreadedAsync.LoopCallback
Traceback (most recent call last):
   File "utilities/testrunner.py", line 444, in ?
     main(sys.argv[1:])
   File "utilities/testrunner.py", line 411, in main
     testrunner.runAllTests()
   File "utilities/testrunner.py", line 124, in runAllTests
     self.runPath(self.basepath)
   File "utilities/testrunner.py", line 183, in runPath
     self.runSuite(suite)
   File "utilities/testrunner.py", line 103, in runSuite
     self.results.append(runner.run(suite))
   File "/stuff/usr/local/python2.2/Lib/unittest.py", line 612, in run
     test(result)
   File "/stuff/usr/local/python2.2/Lib/unittest.py", line 345, in __call__
     test(result)
   File "/stuff/usr/local/python2.2/Lib/unittest.py", line 345, in __call__
     test(result)
   File "/stuff/usr/local/python2.2/Lib/unittest.py", line 345, in __call__
     test(result)
   File "/stuff/usr/local/python2.2/Lib/unittest.py", line 345, in __call__
     test(result)
   File "/stuff/usr/local/python2.2/Lib/unittest.py", line 345, in __call__
     test(result)
   File "/stuff/usr/local/python2.2/Lib/unittest.py", line 345, in __call__
     test(result)
   File "/stuff/usr/local/python2.2/Lib/unittest.py", line 213, in __call__
     testMethod()
   File "testStart.py", line 183, in testLogRestart
   File "testStart.py", line 162, in connect
   File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZEO/ClientStorage.py", 
line 267, in __init__
     self._wait()
   File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZEO/ClientStorage.py", 
line 280, in _wait
     self._rpc_mgr.connect(sync=1)
   File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZEO/zrpc/client.py", 
line 179, in connect
     self.cond.wait(30)
   File "/stuff/usr/local/python2.2/Lib/threading.py", line 209, in wait
     _sleep(delay)
KeyboardInterrupt

...anyone know what's going on here?

cheers,

Chris