Bug 186922
| Summary: | Security EWS: bots fails with exception HTTP Error 500: Internal Server Error | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Aakash Jain <aakash_jain> |
| Component: | Tools / Tests | Assignee: | Daniel Bates <dbates> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | aakash_jain, ap, dbates, lforschler, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=186291 | ||
Aakash Jain
Some of the EWS bots are hitting following exception while processing security sensitive bugs:
2018-06-21 14:40:09,510 - You don't have permission to view this attachment.
Traceback (most recent call last):
File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/bot/queueengine.py", line 97, in run
work_item = self._delegate.next_work_item()
File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/commands/queues.py", line 461, in next_work_item
return self._next_patch()
File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/commands/queues.py", line 224, in _next_patch
patch = self._tool.status_server.fetch_attachment(patch_id)
File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/common/net/statusserver.py", line 210, in fetch_attachment
attachment_metadata = self._fetch_attachment_page('metadata', attachment_id)
File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/common/net/statusserver.py", line 206, in _fetch_attachment_page
return self._fetch_url(attachment_url)
File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/common/net/statusserver.py", line 230, in _fetch_url
raise e
HTTPError: HTTP Error 500: Internal Server Error
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Daniel Bates
This issue was fixed in <https://trac.webkit.org/changeset/233061>.
Radar WebKit Bug Importer
<rdar://problem/41374385>