<?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>193633</bug_id>
          
          <creation_ts>2019-01-20 15:07:18 -0800</creation_ts>
          <short_desc>Need cross-platform implementation of TestController::allowCacheStorageQuotaIncrease</short_desc>
          <delta_ts>2019-02-01 09:27:51 -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>WebKitGTK</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=193323</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="Michael Catanzaro">mcatanzaro</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>bugs-noreply</cc>
    
    <cc>jlewis3</cc>
    
    <cc>mcatanzaro</cc>
    
    <cc>ryanhaddad</cc>
    
    <cc>sroberts</cc>
    
    <cc>tsavell</cc>
    
    <cc>youennf</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1496416</commentid>
    <comment_count>0</comment_count>
    <who name="Michael Catanzaro">mcatanzaro</who>
    <bug_when>2019-01-20 15:07:18 -0800</bug_when>
    <thetext>Layout test http/wpt/cache-storage/cache-quota.any.html has been failing for GTK since r240156 &quot;Add a new SPI to request for cache storage quota increase&quot;:

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/wpt/cache-storage/cache-quota.any-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/wpt/cache-storage/cache-quota.any-actual.txt
@@ -1,3 +1,4 @@
+CONSOLE MESSAGE: Cache API operation failed: Quota exceeded
 CONSOLE MESSAGE: Cache API operation failed: Quota exceeded
 CONSOLE MESSAGE: Cache API operation failed: Quota exceeded
 
@@ -5,5 +6,5 @@
 PASS Testing non opaque response body size padding 
 PASS Testing opaque response body size padding 
 PASS Hitting cache quota for non opaque responses 
-PASS Hitting cache quota for padded responses 
+FAIL Hitting cache quota for padded responses promise_test: Unhandled rejection with value: object &quot;QuotaExceededError: Quota exceeded&quot;
 
We need to add a cross-platform implementation of TestController::allowCacheStorageQuotaIncrease using a new C API.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1501132</commentid>
    <comment_count>1</comment_count>
    <who name="Shawn Roberts">sroberts</who>
    <bug_when>2019-02-01 09:27:51 -0800</bug_when>
    <thetext>Is also a flaky failure and time out on MacOS and iOS 12 Simulator

Reproducable with:

run-webkit-tests t240848 http/wpt/cache-storage/cache-quota.any.html --iterations 500 -f

Flakiness Dashboard: 

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&amp;tests=http%2Fwpt%2Fcache-storage%2Fcache-quota.any.html

diff: 

--- /Volumes/Data/slave/mojave-release-tests-wk2/build/layout-test-results/http/wpt/cache-storage/cache-quota.any-expected.txt
+++ /Volumes/Data/slave/mojave-release-tests-wk2/build/layout-test-results/http/wpt/cache-storage/cache-quota.any-actual.txt
@@ -1,9 +1,9 @@
-CONSOLE MESSAGE: Cache API operation failed: Quota exceeded
+CONSOLE MESSAGE: Cache API operation failed: Failed writing data to the file system
 CONSOLE MESSAGE: Cache API operation failed: Quota exceeded
 
 PASS Testing synthetic response body size padding 
 PASS Testing non opaque response body size padding 
 PASS Testing opaque response body size padding 
-PASS Hitting cache quota for non opaque responses 
+FAIL Hitting cache quota for non opaque responses promise_test: Unhandled rejection with value: object &quot;TypeError: Failed writing data to the file system&quot;
 PASS Hitting cache quota for padded responses</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>