[Bug 67900] assorted test failures

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Aug 8 09:57:43 PDT 2013


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

--- Comment #4 from Simon McVittie <simon.mcvittie at collabora.co.uk> ---
Created attachment 83851
  --> https://bugs.freedesktop.org/attachment.cgi?id=83851&action=edit
Tests: don't assume that other things can sneak in ahead  of cancellation

The porter test asserted that if you cancelled the sending of a stanza
after it had already been (sent and) received, the send reported
success, not cancellation; and the SASL auth test asserted that if
you closed a connection at around the same time that a cancellable
had been cancelled, the close reported success, not cancellation.

However, recent GLib seems to be either more careful about deferring the
results of async operations to an idle, or more consistent about
reporting the cancellation as an error even if the operation's
success had already been recorded. As a result, these operations
reported cancellation. To avoid that, delay the cancellation a little.

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


More information about the telepathy-bugs mailing list