[Bug 55908] gateways.py test times out waiting for EnsureSidecar to return
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Nov 5 16:14:21 CET 2012
https://bugs.freedesktop.org/show_bug.cgi?id=55908
--- Comment #1 from Will Thompson <will.thompson at collabora.co.uk> ---
The EnsureSidecars call fails with the error "This connection has already
disconnected". This is due to
<http://cgit.freedesktop.org/telepathy/telepathy-gabble/diff/src/conn-sidecars.c?id=fde8437>:
- if (base_conn->status == TP_CONNECTION_STATUS_DISCONNECTED)
+ if (tp_base_connection_get_status (base) ==
TP_CONNECTION_STATUS_DISCONNECTED)
tp_base_connection_get_status returns DISCONNECTED both when the connection is
dead, and when it is NEW. Patch impending.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the telepathy-bugs
mailing list