RESOLVED FIXED 254450
[ews-build] Make should_send_email_for_patch asynchronous
https://bugs.webkit.org/show_bug.cgi?id=254450
Summary [ews-build] Make should_send_email_for_patch asynchronous
Jonathan Bedard
Reported 2023-03-24 17:32:51 PDT
should_send_email_for_patch should be asynchronous because it logs to the buildbot log. More important, our code which fetches a patch from bugzilla should be asynchronous, and that code is invoke from should_send_email_for_patch, so should_send_email_for_patch blocks making requests to Bugzilla asynchronous.
Attachments
Patch (3.83 KB, patch)
2023-04-19 11:42 PDT, Jonathan Bedard
no flags
Test patch (3.11 KB, patch)
2023-04-19 12:19 PDT, Jonathan Bedard
jbedard: commit-queue-
Radar WebKit Bug Importer
Comment 1 2023-03-24 17:33:57 PDT
Jonathan Bedard
Comment 2 2023-03-24 17:34:42 PDT
Jonathan Bedard
Comment 3 2023-04-19 11:42:28 PDT
Jonathan Bedard
Comment 4 2023-04-19 12:19:29 PDT
Created attachment 465986 [details] Test patch
EWS
Comment 5 2023-04-20 08:05:41 PDT
Committed 263175@main (b98dad5b233f): <https://commits.webkit.org/263175@main> Reviewed commits have been landed. Closing PR #11958 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.