[Webkit-unassigned] [Bug 207219] results.webkit.org: Better order upload callbacks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 4 12:50:46 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=207219

--- Comment #1 from Jonathan Bedard <jbedard at apple.com> ---
Alexey brought a bug to my attention where he was getting a 404 when trying to investigate a link to Buildbot. I couldn't reproduce the issue a few hours later, but it occurred to me what was likely happening.

Our callback tasks are executed in order, but some callback tasks are nearly instant while others may take minutes. If you look, the callback which generates links to Buildbot is executed after the one generating test results, which is the most expensive callback and the callback that tends to generate the data users most often use to discover a test run. While I can't be certain, I'm pretty sure that that what was happening to Alexey was that he followed a Buildbot link for a test run where the results had been processed (or at least, the result he was interested in) but the Buildbot links had not yet been generated.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200204/a705e398/attachment.htm>


More information about the webkit-unassigned mailing list