<?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>248824</bug_id>
          
          <creation_ts>2022-12-06 09:46:13 -0800</creation_ts>
          <short_desc>Many cache-storage tests failing on EWS in sequence</short_desc>
          <delta_ts>2023-03-30 17:15:40 -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>Service Workers</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=248826</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Jonathan Bedard">jbedard</reporter>
          <assigned_to name="Sihui Liu">sihui_liu</assigned_to>
          <cc>ryanhaddad</cc>
    
    <cc>sihui_liu</cc>
    
    <cc>simon.fraser</cc>
    
    <cc>webkit-bug-importer</cc>
    
    <cc>youennf</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1916958</commentid>
    <comment_count>0</comment_count>
    <who name="Jonathan Bedard">jbedard</who>
    <bug_when>2022-12-06 09:46:13 -0800</bug_when>
    <thetext>EWS results indicate it&apos;s possible for cache-storage tests to kick a worker into a bad state, causing all cache-storage tests in that worker to fail. Some examples of test runs where we&apos;re seeing this:
https://ews-build.webkit.org/#/builders/70/builds/23009
https://ews-build.webkit.org/#/builders/70/builds/23008
https://ews-build.webkit.org/#/builders/70/builds/22996
https://ews-build.webkit.org/#/builders/70/builds/22992</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1916959</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2022-12-06 09:49:00 -0800</bug_when>
    <thetext>&lt;rdar://problem/103030498&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1916961</commentid>
    <comment_count>2</comment_count>
    <who name="Jonathan Bedard">jbedard</who>
    <bug_when>2022-12-06 09:50:30 -0800</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/7209</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1916965</commentid>
    <comment_count>3</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2022-12-06 10:01:23 -0800</bug_when>
    <thetext>Test gardening commit 257415@main (9d139ae059b9): &lt;https://commits.webkit.org/257415@main&gt;

Reviewed commits have been landed. Closing PR #7209 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1916969</commentid>
    <comment_count>4</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2022-12-06 10:27:47 -0800</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/7212</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1916972</commentid>
    <comment_count>5</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2022-12-06 10:34:55 -0800</bug_when>
    <thetext>Test gardening commit 257416@main (d53145462ffa): &lt;https://commits.webkit.org/257416@main&gt;

Reviewed commits have been landed. Closing PR #7212 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1916985</commentid>
    <comment_count>6</comment_count>
    <who name="Jonathan Bedard">jbedard</who>
    <bug_when>2022-12-06 11:23:40 -0800</bug_when>
    <thetext>The first test we see this in is https://ews-build.webkit.org/#/builders/70/builds/22896.

With that in mind, I think the &quot;regression&quot; range is:
http://commits.webkit.org/compare/257364@main...257373@main

That said, I put regression in quotes, because I suspect https://commits.webkit.org/257367@main changed test ordering to &quot;cause&quot; this, which doesn&apos;t really help us narrow down the issue.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1917005</commentid>
    <comment_count>7</comment_count>
    <who name="Jonathan Bedard">jbedard</who>
    <bug_when>2022-12-06 12:52:43 -0800</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/7220</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1917487</commentid>
    <comment_count>8</comment_count>
    <who name="Jonathan Bedard">jbedard</who>
    <bug_when>2022-12-07 21:42:37 -0800</bug_when>
    <thetext>https://ews-build.webkit.org/#/builders/70/builds/23167 is when we skip the css-nesting tests
https://ews-build.webkit.org/#/builders/70/builds/23212 is when we run the css-nesting and our cache-storage tests.

https://commits.webkit.org/257367@main is definitely the point where EWS regressed, but doesn&apos;t really help us determine when the behavior itself regressed, and perhaps it isn&apos;t even a regression, but rather, a problem our cache-storage tests have always had and was just revealed by changing test order slightly.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1917509</commentid>
    <comment_count>9</comment_count>
    <who name="youenn fablet">youennf</who>
    <bug_when>2022-12-08 00:07:44 -0800</bug_when>
    <thetext>(In reply to Jonathan Bedard from comment #8)
&gt; https://ews-build.webkit.org/#/builders/70/builds/23167 is when we skip the
&gt; css-nesting tests
&gt; https://ews-build.webkit.org/#/builders/70/builds/23212 is when we run the
&gt; css-nesting and our cache-storage tests.
&gt; 
&gt; https://commits.webkit.org/257367@main is definitely the point where EWS
&gt; regressed, but doesn&apos;t really help us determine when the behavior itself
&gt; regressed, and perhaps it isn&apos;t even a regression, but rather, a problem our
&gt; cache-storage tests have always had and was just revealed by changing test
&gt; order slightly.

The cache-storage tests seem to pass ok in https://ews-build.webkit.org/#/builders/70/builds/23212, I only see a gamepad/gamepad-polling-access.html failure.
I do not see a proof that would tell us whether test order is the reason, nor do we have a proof to rule it out.

https://ews-build.webkit.org/#/builders/70/builds/2321 seems to indicate we could try reenable cache-storage tests.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1945512</commentid>
    <comment_count>10</comment_count>
    <who name="Sihui Liu">sihui_liu</who>
    <bug_when>2023-03-30 15:37:24 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/12207</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1945560</commentid>
    <comment_count>11</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2023-03-30 17:15:37 -0700</bug_when>
    <thetext>Committed 262380@main (9579456a8bc1): &lt;https://commits.webkit.org/262380@main&gt;

Reviewed commits have been landed. Closing PR #12207 and removing active labels.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>