Summary: | gateways.py test times out waiting for EnsureSidecar to return | ||
---|---|---|---|
Product: | Telepathy | Reporter: | Simon McVittie <smcv> |
Component: | gabble | Assignee: | Telepathy bugs list <telepathy-bugs> |
Status: | RESOLVED FIXED | QA Contact: | Telepathy bugs list <telepathy-bugs> |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Simon McVittie
2012-10-12 11:10:41 UTC
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. I've committed the obviously-correct fix: http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=42f4043 |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.