[Bug 69585] MC regression in 5.15.1: account-manager/connectivity.py fails

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Sep 19 11:39:31 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=69585

--- Comment #1 from Simon McVittie <simon.mcvittie at collabora.co.uk> ---
This is compounded by the fact that libnm-glib uses dbus-glib, whereas the
FakeNetworkMonitor uses GDBus; so it's entirely possible that when the test
sends this:

• NM: connected (70)
• FakeNetworkMonitor: connected
…
• NM: disconnecting (30)
• NM: disconnected (20)
• FakeNetworkMonitor: disconnected
• NM: connected (70)
• FakeNetworkMonitor: connected

MC receives this:

• NM: connected (70)
• FakeNetworkMonitor: connected
…
• NM: disconnecting (30)
• NM: disconnected (20)
• NM: connected (70)
• FakeNetworkMonitor: disconnected
• FakeNetworkMonitor: connected

which makes MC disconnect! Not helpful.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.


More information about the telepathy-bugs mailing list