There seems to be an intermittent failure in the python test_flush test.
I haven't managed to reproduce it with tracing on. Any thoughts where to
look? Possibly I've messed up something with my latest refactoring but
not sure what.
Python says:
======================================================================
ERROR: test_flush (tests_0-10.execution.ExecutionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/aconway/svn/fixme/python/tests_0-10/execution.py", line
28, in test_flush
File "/home/aconway/svn/fixme/python/qpid/peer.py", line 353, in
<lambda>
File "/home/aconway/svn/fixme/python/qpid/peer.py", line 271, in
invoke
File "/home/aconway/svn/fixme/python/qpid/peer.py", line 308, in
invoke_method
File "/home/aconway/svn/fixme/python/qpid/peer.py", line 217, in write
Closed: Timed-out waiting for completion
======================================================================
ERROR: test_flush (tests_0-10.execution.ExecutionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/aconway/svn/qpid/python/qpid/testlib.py", line 228, in
tearDown
self.client.channel(0).connection_close(reply_code=200)
File "/home/aconway/svn/fixme/python/qpid/peer.py", line 353, in
<lambda>
File "/home/aconway/svn/fixme/python/qpid/peer.py", line 271, in
invoke
File "/home/aconway/svn/fixme/python/qpid/peer.py", line 346, in
invoke_method
Closed
The qpidd log says:
======================================================================
ERROR: test_flush (tests_0-10.execution.ExecutionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/aconway/svn/fixme/python/tests_0-10/execution.py", line
28, in test_flush
File "/home/aconway/svn/fixme/python/qpid/peer.py", line 353, in
<lambda>
File "/home/aconway/svn/fixme/python/qpid/peer.py", line 271, in
invoke
File "/home/aconway/svn/fixme/python/qpid/peer.py", line 308, in
invoke_method
File "/home/aconway/svn/fixme/python/qpid/peer.py", line 217, in write
Closed: Timed-out waiting for completion
======================================================================
ERROR: test_flush (tests_0-10.execution.ExecutionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/aconway/svn/qpid/python/qpid/testlib.py", line 228, in
tearDown
self.client.channel(0).connection_close(reply_code=200)
File "/home/aconway/svn/fixme/python/qpid/peer.py", line 353, in
<lambda>
File "/home/aconway/svn/fixme/python/qpid/peer.py", line 271, in
invoke
File "/home/aconway/svn/fixme/python/qpid/peer.py", line 346, in
invoke_method
Closed