Comment 2 for bug 338091

Revision history for this message
Graham Binns (gmb) wrote : Re: [Bug 338091] [NEW] externalbugtracker-comment-pushing.txt failing on db-devel

> Is is spurious, or is it a real test failure? What is the test failure?
> Always include this information when disabling tests, so that it's
> easier for the person going to fix it to get an idea of what's wrong.

Here's the failure output from build 120: https://pastebin.canonical.com/14553/

It looks as though the bug messages in the test are being pushed to
the remote bug tracker in the wrong order (i.e. the messages are in
the right sequence and the bodies are as expected but the
remote_comment_ids of the second and third comments are reversed,
which is a bit strange. I can't say at this point whether this is
because we've hit some kind of weird race condition (in which case we
need to guard against it) or whether this is entirely spurious.

I'll dig into this further when I come online properly.