Bug 169275
Summary: | watchlists seem to be failing sometimes | ||
---|---|---|---|
Product: | WebKit | Reporter: | Manuel Rego Casasnovas <rego> |
Component: | Tools / Tests | Assignee: | Aakash Jain <aakash_jain> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | aakash_jain, ap, dbates, jfernandez, lforschler, rego, svillar |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=190793 https://bugs.webkit.org/show_bug.cgi?id=201433 |
Manuel Rego Casasnovas
At least I'm finding issues with the CSS Grid Layout watchlist.
The watchlist is defined like:
"CSSGridLayout": {
"filename": r"Source/WebCore/rendering/.*Grid.*"
r"|Source/WebCore/css/.*Grid.*"
r"|LayoutTests/fast/css-grid-layout/"
r"|LayoutTests/ietestcenter/css3/grid/"
r"|LayoutTests/platform/.*/fast/css-grid-layout/"
r"|LayoutTests/platform/.*/ietestcenter/css3/grid/",
},
And the people subscribed are @jfernandez, @svillar and me.
But in the last weeks we were not CC in some patches:
* https://bugs.webkit.org/show_bug.cgi?id=168657
* https://bugs.webkit.org/show_bug.cgi?id=169203
But I did a small test and it worked:
* https://bugs.webkit.org/show_bug.cgi?id=169073
So I'm not sure what's going on, but it'd be really nice to get this fixed.
Thanks!
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
I never looked into how the watchlist works. Is it part of style queue on EWS?
Lucas Forschler
the style queue runs the watch list. It is throwing errors in the logs:
style-queue_2018-12-05_07-12.log:2018-12-05 07:48:04,975 - Failed to run "['/Volumes/Data/StyleQueue/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-misc-style', 'apply-watchlist-local', 190625]" exit_code: 1 cwd: /Volumes/Data/StyleQueue/WebKit
style-queue_2018-12-05_07-12.log: File "/Volumes/Data/StyleQueue/WebKit/Tools/Scripts/webkitpy/tool/steps/applywatchlist.py", line 56, in run
style-queue_2018-12-05_07-12.log:2018-12-05 07:48:04,975 - Unabled to apply watchlist
Lucas Forschler
I looked through this a bit more, and it seems the most current errors being thrown are cases where the bugs are security bugs, and the EWS account does not have access. This is by expected. We do not want the watchlist to elevate access for security bugs.
However, the ones from Manuel are NOT security bugs. I don't have logs from that far back to investigate.
webkit-patch apply-watchlist-local bug_id -v
Lucas Forschler
running the above command would give some insight to why it's not working. If you could follow up with log output from running, we can diagnose more.
Aakash Jain
(In reply to Lucas Forschler from comment #3)
> I looked through this a bit more, and it seems the most current errors being thrown are cases where the bugs are security bugs
Watchlist was definitely having issues with Security bugs. It has been fixed in https://bugs.webkit.org/show_bug.cgi?id=190793