Bug 193666

Summary: [ews-app] fetch loop should not stop on network issues
Product: WebKit Reporter: Aakash Jain <aakash_jain>
Component: Tools / TestsAssignee: Aakash Jain <aakash_jain>
Status: RESOLVED FIXED    
Severity: Normal CC: aakash_jain, ap, commit-queue, kocsen_chung, lforschler, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Proposed patch none

Description Aakash Jain 2019-01-22 06:15:41 PST
In case of network issues, ews-app can stop fetching patches from Bugzilla. It's because the exception is not handled in the fetch loop, and the loop exits. See <rdar://problem/47369502> for more details.
Comment 1 Aakash Jain 2019-01-22 06:18:55 PST
Created attachment 359731 [details]
Proposed patch
Comment 2 Kocsen Chung 2019-01-22 14:03:38 PST
r=me
Comment 3 WebKit Commit Bot 2019-01-22 16:04:28 PST
Comment on attachment 359731 [details]
Proposed patch

Clearing flags on attachment: 359731

Committed r240303: <https://trac.webkit.org/changeset/240303>
Comment 4 WebKit Commit Bot 2019-01-22 16:04:30 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Aakash Jain 2019-04-02 08:54:30 PDT
<rdar://problem/47369502>