WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
Test patch
(3.11 KB, patch)
2023-04-19 12:19 PDT
,
Jonathan Bedard
jbedard
: commit-queue-
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-03-24 17:33:57 PDT
<
rdar://problem/107209666
>
Jonathan Bedard
Comment 2
2023-03-24 17:34:42 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/11958
Jonathan Bedard
Comment 3
2023-04-19 11:42:28 PDT
Created
attachment 465984
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug