[Webkit-unassigned] [Bug 158137] W3C Web Platform Tests occasionally flake on the bots (Web Platform Test server fails?)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 28 11:34:05 PDT 2016


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

--- Comment #5 from youenn fablet <youennf at gmail.com> ---
(In reply to comment #4)
> The error seems indeed located in wpt server.
> 
> Looking at the log, the server starts at some point to return 404 to URLs
> pointing to files that should exist (resources/testharnessreport.js,
> existing IDB test files).
> 
> The request handler is FileHandler
> (https://github.com/w3c/wptserve/blob/
> 22c2f947fafa07ce26d381bf5215714067c41ae6/wptserve/handlers.py)
> Whenever this part of code is raising OSError or IOError, it is converted to
> a 404 HTTP response.
> 
> Logging these errors may help getting additional information.
> I can prepare a patch to add that logging, something like
> "self.logger.error(traceback.format_exc())" after line 148 in "handlers.py"

Filed bug 158183 for that purpose.

I am also wondering whether this issue happens for all bots.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160528/323b926b/attachment.html>


More information about the webkit-unassigned mailing list