ASSIGNED 194598
[EWS] status bubble should show Failed to apply when a patch doesn't apply on any EWS queue
https://bugs.webkit.org/show_bug.cgi?id=194598
Summary [EWS] status bubble should show Failed to apply when a patch doesn't apply on...
Aakash Jain
Reported 2019-02-13 10:45:10 PST
status bubble generated by ews-app should show Failed to apply when a patch doesn't apply on any EWS queue.
Attachments
WIP (2.24 KB, patch)
2019-07-21 17:44 PDT, Aakash Jain
no flags
Aakash Jain
Comment 1 2019-07-21 17:44:43 PDT
Aakash Jain
Comment 2 2019-07-21 17:46:52 PDT
Need to design a webpage which will open on clicking the 'patch does not apply to trunk of repository' button.
Jonathan Bedard
Comment 3 2019-07-22 07:54:41 PDT
Comment on attachment 374584 [details] WIP View in context: https://bugs.webkit.org/attachment.cgi?id=374584&action=review > Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py:238 > + failed_to_apply = all(map(lambda bubble: "failed_to_apply" in bubble or bubble['state'] == 'none', bubbles)) Shouldn't this be: bubble.get('failed_to_apply') since "bubble['failed_to_apply'] = False" seems perfectly valid.
Radar WebKit Bug Importer
Comment 4 2019-07-24 10:58:41 PDT
Aakash Jain
Comment 5 2019-08-27 09:35:48 PDT
*** Bug 201184 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.