FT tests sometimes fail waiting for bytestream to close.
@wjt
Submitted by Will Thompson Assigned to Telepathy bugs list
Description
Traceback (most recent call last): File "/home/wjt/src/telepathy/gabble/tests/twisted/gabbletest.py", line 381, in exec_test_deferred f(queue, bus, conn, stream) File "/home/wjt/src/telepathy/gabble/tests/twisted/file-transfer/file_transfer_helper.py", line 130, in test if fct(): File "/home/wjt/src/telepathy/gabble/tests/twisted/file-transfer/file_transfer_helper.py", line 438, in send_file events = self.bytestream.wait_bytestream_closed(waiting) File "/home/wjt/src/telepathy/gabble/tests/twisted/bytestream.py", line 370, in wait_bytestream_closed EventPattern('s5b-connection-lost')) File "/home/wjt/src/telepathy/gabble/tests/twisted/bytestream.py", line 19, in wait_events events = q.expect_many(*tmp) File "/home/wjt/src/telepathy/gabble/tests/twisted/servicetest.py", line 132, in expect_many event = self.wait() File "/home/wjt/src/telepathy/gabble/tests/twisted/servicetest.py", line 187, in wait raise TimeoutError TimeoutError FAIL: file-transfer/test-send-file-wait-to-provide.py