[Webkit-unassigned] [Bug 210377] New: Improve handling of unexpected network issues while communicating with Bugzilla
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Apr 11 05:26:10 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=210377
Bug ID: 210377
Summary: Improve handling of unexpected network issues while
communicating with Bugzilla
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: aakash_jain at apple.com
Noticed following exception in ews-app logs. We should handle it in a better manner.
Traceback (most recent call last):
File "/var/ews/OpenSource/Tools/BuildSlaveSupport/ews-app/ews/fetcher.py", line 50, in run
BugzillaPatchFetcher().fetch()
File "/var/ews/OpenSource/Tools/BuildSlaveSupport/ews-app/ews/fetcher.py", line 65, in fetch
patch_ids = Bugzilla.get_list_of_patches_needing_reviews()
File "/var/ews/OpenSource/Tools/BuildSlaveSupport/ews-app/ews/common/bugzilla.py", line 135, in get_list_of_patches_needing_reviews
ids_needing_review = set(BugzillaBeautifulSoup().fetch_attachment_ids_from_review_queue(current_time - timedelta(7)))
File "/var/ews/OpenSource/Tools/BuildSlaveSupport/ews-app/ews/common/bugzilla.py", line 202, in fetch_attachment_ids_from_review_queue
return self._parse_attachment_ids_request_query(self._load_query(review_queue_url), since)
File "/var/ews/OpenSource/Tools/BuildSlaveSupport/ews-app/ews/common/bugzilla.py", line 213, in _load_query
self.authenticate()
File "/var/ews/OpenSource/Tools/BuildSlaveSupport/ews-app/ews/common/bugzilla.py", line 183, in authenticate
response = self.browser.submit()
File "/usr/lib/python2.7/site-packages/mechanize/_mechanize.py", line 684, in submit
return self.open(self.click(*args, **kwds))
File "/usr/lib/python2.7/site-packages/mechanize/_mechanize.py", line 253, in open
return self._mech_open(url_or_request, data, timeout=timeout)
File "/usr/lib/python2.7/site-packages/mechanize/_mechanize.py", line 309, in _mech_open
raise response
httperror_seek_wrapper: HTTP Error 500: Internal Server Error
--
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/20200411/699e9ef1/attachment.htm>
More information about the webkit-unassigned
mailing list