<?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>248424</bug_id>
          
          <creation_ts>2022-11-28 14:20:56 -0800</creation_ts>
          <short_desc>imported/w3c/web-platform-tests/fetch/stale-while-revalidate/revalidate-not-blocked-by-csp.html times out</short_desc>
          <delta_ts>2022-11-29 18:21:14 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>DOM</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://github.com/web-platform-tests/wpt/pull/37213</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="Ryan Reno">rreno</reporter>
          <assigned_to name="Ryan Reno">rreno</assigned_to>
          <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1915107</commentid>
    <comment_count>0</comment_count>
    <who name="Ryan Reno">rreno</who>
    <bug_when>2022-11-28 14:20:56 -0800</bug_when>
    <thetext>This test times out waiting for the server to return a Count header with a value of 2. It&apos;s stuck sending back 1. Could be a bug in the python that acts as a server and not necessarily in WebKit itself.

All browsers fail this test (and all stale-while-revalidate tests) on WPT.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1915108</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2022-11-28 14:21:21 -0800</bug_when>
    <thetext>&lt;rdar://problem/102734100&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1915127</commentid>
    <comment_count>2</comment_count>
    <who name="Ryan Reno">rreno</who>
    <bug_when>2022-11-28 15:04:31 -0800</bug_when>
    <thetext>Fix for this is pretty simple. The Python server only increments the count when there isn&apos;t a `query` parameter in the request. The initial fetch to get the image incremented the counter to 1 but in the test&apos;s &quot;wait for revalidate&quot; loop we always called fetch with the `query` URL parameter. This caused the server to never increment count.

I added a boolean which we flip every other loop. This boolean determines whether or not we add `query` to the URL and in turn whether or not the server will increment the count.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1915140</commentid>
    <comment_count>3</comment_count>
    <who name="Ryan Reno">rreno</who>
    <bug_when>2022-11-28 15:47:01 -0800</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/6893</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1915141</commentid>
    <comment_count>4</comment_count>
    <who name="Ryan Reno">rreno</who>
    <bug_when>2022-11-28 15:48:00 -0800</bug_when>
    <thetext>Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/37213</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1915494</commentid>
    <comment_count>5</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2022-11-29 18:21:13 -0800</bug_when>
    <thetext>Committed 257154@main (ee768c0b2c58): &lt;https://commits.webkit.org/257154@main&gt;

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

    </bug>

</bugzilla>