RESOLVED FIXED 224336
EWS should keep working when Bugzilla is down
https://bugs.webkit.org/show_bug.cgi?id=224336
Summary EWS should keep working when Bugzilla is down
Aakash Jain
Reported 2021-04-08 12:42:00 PDT
Few days back when bugs.webkit.org went down for some time, some of the EWS builds failed with an exception while checking bug/patch status from bugs.webkit.org. e.g.: https://ews-build.webkit.org/#/builders/45/builds/3283, https://ews-build.webkit.org/#/builders/60/builds/915 EWS should gracefully handle the situation when bugs.webkit.org is down, and keep working. EWS builds do not need to talk to bugs.webkit.org to run the builds (buildbot already have a copy of the patch). The validate-patch step talks to Bugzilla only for efficiency purposes (to check if the bugs/patch is closed/obsolete/r- etc, and EWS can stop processing it).
Attachments
[fast-cq] Patch (1.93 KB, patch)
2021-04-08 12:46 PDT, Aakash Jain
no flags
Aakash Jain
Comment 1 2021-04-08 12:46:07 PDT
Created attachment 425533 [details] [fast-cq] Patch
EWS
Comment 2 2021-04-08 13:02:08 PDT
Committed r275671 (236307@main): <https://commits.webkit.org/236307@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 425533 [details].
Radar WebKit Bug Importer
Comment 3 2021-04-08 13:03:16 PDT
Aakash Jain
Comment 4 2021-06-19 09:51:28 PDT
This helped today. When Bugzilla went down, EWS builds didn't fail and kept working. e.g.: validate-patch gracefully handled Bugzilla being down in https://ews-build.webkit.org/#/builders/51/builds/15957
Note You need to log in before you can comment on or make changes to this bug.