<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>169275</bug_id>
          
          <creation_ts>2017-03-07 05:23:05 -0800</creation_ts>
          <short_desc>watchlists seem to be failing sometimes</short_desc>
          <delta_ts>2019-09-18 12:53:24 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>CONFIGURATION CHANGED</resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=190793</see_also>
    
    <see_also>https://bugs.webkit.org/show_bug.cgi?id=201433</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Manuel Rego Casasnovas">rego</reporter>
          <assigned_to name="Aakash Jain">aakash_jain</assigned_to>
          <cc>aakash_jain</cc>
    
    <cc>ap</cc>
    
    <cc>dbates</cc>
    
    <cc>jfernandez</cc>
    
    <cc>lforschler</cc>
    
    <cc>rego</cc>
    
    <cc>svillar</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1284278</commentid>
    <comment_count>0</comment_count>
    <who name="Manuel Rego Casasnovas">rego</who>
    <bug_when>2017-03-07 05:23:05 -0800</bug_when>
    <thetext>At least I&apos;m finding issues with the CSS Grid Layout watchlist.

The watchlist is defined like:
        &quot;CSSGridLayout&quot;: {
            &quot;filename&quot;: r&quot;Source/WebCore/rendering/.*Grid.*&quot;
                        r&quot;|Source/WebCore/css/.*Grid.*&quot;
                        r&quot;|LayoutTests/fast/css-grid-layout/&quot;
                        r&quot;|LayoutTests/ietestcenter/css3/grid/&quot;
                        r&quot;|LayoutTests/platform/.*/fast/css-grid-layout/&quot;
                        r&quot;|LayoutTests/platform/.*/ietestcenter/css3/grid/&quot;,
        },

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&apos;m not sure what&apos;s going on, but it&apos;d be really nice to get this fixed.
Thanks!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1285226</commentid>
    <comment_count>1</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2017-03-08 21:38:18 -0800</bug_when>
    <thetext>I never looked into how the watchlist works. Is it part of style queue on EWS?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1485332</commentid>
    <comment_count>2</comment_count>
    <who name="Lucas Forschler">lforschler</who>
    <bug_when>2018-12-05 11:24:57 -0800</bug_when>
    <thetext>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 &quot;[&apos;/Volumes/Data/StyleQueue/WebKit/Tools/Scripts/webkit-patch&apos;, &apos;--status-host=webkit-queues.webkit.org&apos;, &apos;--bot-id=webkit-misc-style&apos;, &apos;apply-watchlist-local&apos;, 190625]&quot; exit_code: 1 cwd: /Volumes/Data/StyleQueue/WebKit
style-queue_2018-12-05_07-12.log:  File &quot;/Volumes/Data/StyleQueue/WebKit/Tools/Scripts/webkitpy/tool/steps/applywatchlist.py&quot;, line 56, in run
style-queue_2018-12-05_07-12.log:2018-12-05 07:48:04,975 - Unabled to apply watchlist</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1485428</commentid>
    <comment_count>3</comment_count>
    <who name="Lucas Forschler">lforschler</who>
    <bug_when>2018-12-05 14:21:51 -0800</bug_when>
    <thetext>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&apos;t have logs from that far back to investigate.

webkit-patch apply-watchlist-local bug_id -v</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1485429</commentid>
    <comment_count>4</comment_count>
    <who name="Lucas Forschler">lforschler</who>
    <bug_when>2018-12-05 14:22:40 -0800</bug_when>
    <thetext>running the above command would give some insight to why it&apos;s not working. If you could follow up with log output from running, we can diagnose more.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1486069</commentid>
    <comment_count>5</comment_count>
    <who name="Aakash Jain">aakash_jain</who>
    <bug_when>2018-12-07 11:12:04 -0800</bug_when>
    <thetext>(In reply to Lucas Forschler from comment #3)
&gt; 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</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>