RESOLVED FIXED Bug 169937
EWS fails to parse_bug_id_from_attachment_page after bugzilla upgrade
https://bugs.webkit.org/show_bug.cgi?id=169937
Summary EWS fails to parse_bug_id_from_attachment_page after bugzilla upgrade
Aakash Jain
Reported 2017-03-21 17:26:12 PDT
After bugzilla upgrade, ews fails in parse_bug_id_from_attachment_page() method. See <rdar://problem/31181859>.
Attachments
Proposed patch (2.59 KB, patch)
2017-03-21 17:32 PDT, Aakash Jain
ap: review+
Aakash Jain
Comment 1 2017-03-21 17:32:07 PDT
Created attachment 305052 [details] Proposed patch This might not solve all the EWS problem, and we might uncover more problems. But this fix atleast the mentioned problem.
Alexey Proskuryakov
Comment 2 2017-03-21 17:35:44 PDT
Comment on attachment 305052 [details] Proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=305052&action=review > Tools/Scripts/webkitpy/common/net/bugzilla/bugzilla.py:494 > + match = re.search("show_bug.cgi\?id=(?P<bug_id>\d+)", str(title)) > return int(match.group('bug_id')) Can something be printed to the log if this fails?
Aakash Jain
Comment 3 2017-03-21 17:46:14 PDT
Committed http://trac.webkit.org/r214238 Printed a log statement when no match is found.
Note You need to log in before you can comment on or make changes to this bug.