[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
Tue May 31 06:30:12 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=158137
--- Comment #6 from youenn fablet <youennf at gmail.com> ---
It seems that wptserver cannot serve some files due to too many opened files at the same time
Here is a log excerpt found as part of a mac bot processing a bug 158222 patch.
DEBUG:web-platform-tests:Traceback (most recent call last):
File "/Volumes/Data/EWS/WebKit/LayoutTests/imported/w3c/web-platform-tests/tools/wptserve/wptserve/handlers.py", line 133, in __call__
data = self.get_data(response, path, byte_ranges)
File "/Volumes/Data/EWS/WebKit/LayoutTests/imported/w3c/web-platform-tests/tools/wptserve/wptserve/handlers.py", line 183, in get_data
return open(path, 'rb')
IOError: [Errno 24] Too many open files: '/Volumes/Data/EWS/WebKit/LayoutTests/imported/w3c/web-platform-tests/resources/testharness.js'
--
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/20160531/92c9e672/attachment.html>
More information about the webkit-unassigned
mailing list