<?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>158640</bug_id>
          
          <creation_ts>2016-06-10 16:30:45 -0700</creation_ts>
          <short_desc>LayoutTest imported/blink/storage/indexeddb/blob-valid-after-deletion.html is a flaky failure</short_desc>
          <delta_ts>2024-05-08 01:18:16 -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>New Bugs</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=158639</see_also>
    
    <see_also>https://bugs.webkit.org/show_bug.cgi?id=163122</see_also>
    
    <see_also>https://bugs.webkit.org/show_bug.cgi?id=172403</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>
          
          <blocked>154968</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Ryan Haddad">ryanhaddad</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ahmad.saleem792</cc>
    
    <cc>beidson</cc>
    
    <cc>jlewis3</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1201431</commentid>
    <comment_count>0</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2016-06-10 16:30:45 -0700</bug_when>
    <thetext>LayoutTest imported/blink/storage/indexeddb/blob-valid-after-deletion.html is a flaky failure

&lt;https://build.webkit.org/results/Apple%20Yosemite%20Debug%20WK1%20(Tests)/r201941%20(13676)/results.html&gt;

&lt;https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&amp;tests=imported%2Fblink%2Fstorage%2Findexeddb%2Fblob-valid-after-deletion.html&gt;

--- /Volumes/Data/slave/yosemite-debug-tests-wk1/build/layout-test-results/imported/blink/storage/indexeddb/blob-valid-after-deletion-expected.txt
+++ /Volumes/Data/slave/yosemite-debug-tests-wk1/build/layout-test-results/imported/blink/storage/indexeddb/blob-valid-after-deletion-actual.txt
@@ -16,9 +16,9 @@
 trans = db.transaction(&apos;store&apos;, &apos;readwrite&apos;)
 store = trans.objectStore(&apos;store&apos;)
 request = store.delete(key)
-PASS document.getElementById(&apos;frame0&apos;).contentDocument.body.innerText is blobAContent
-PASS document.getElementById(&apos;frame1&apos;).contentDocument.body.innerText is blobAContent
-PASS document.getElementById(&apos;frame2&apos;).contentDocument.body.innerText is blobBContent
+FAIL document.getElementById(&apos;frame0&apos;).contentDocument.body.innerText should be Blob A content. Was .
+FAIL document.getElementById(&apos;frame1&apos;).contentDocument.body.innerText should be Blob A content. Was .
+FAIL document.getElementById(&apos;frame2&apos;).contentDocument.body.innerText should be Blob B content. Was .
 PASS successfullyParsed is true
 
 TEST COMPLETE</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1201671</commentid>
    <comment_count>1</comment_count>
    <who name="Brady Eidson">beidson</who>
    <bug_when>2016-06-11 17:54:23 -0700</bug_when>
    <thetext>Probably related to - if not the exact same cause as - 158639</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1210068</commentid>
    <comment_count>2</comment_count>
    <who name="Brady Eidson">beidson</who>
    <bug_when>2016-07-12 10:09:07 -0700</bug_when>
    <thetext>(In reply to comment #1)
&gt; Probably related to - if not the exact same cause as - 158639

This appears to not be the case.

158639 no longer reproduces, but this one still does sporadically.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1210714</commentid>
    <comment_count>3</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2016-07-13 14:43:58 -0700</bug_when>
    <thetext>Marked as flaky in &lt;http://trac.webkit.org/projects/webkit/changeset/203190&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1313821</commentid>
    <comment_count>4</comment_count>
    <who name="Matt Lewis">jlewis3</who>
    <bug_when>2017-05-30 12:51:56 -0700</bug_when>
    <thetext>The test no longer seems to be failing according to the furthest date of 5/12 on the flakiness dashboard.
The test has however become a flaky timeout on multiple platforms see bugs:
https://bugs.webkit.org/show_bug.cgi?id=163122
https://bugs.webkit.org/show_bug.cgi?id=172403

Changing expectation files in iOS so that failure expectation is no more.
https://trac.webkit.org/changeset/217565/webkit/</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2031727</commentid>
    <comment_count>5</comment_count>
    <who name="Ahmad Saleem">ahmad.saleem792</who>
    <bug_when>2024-04-27 17:27:45 -0700</bug_when>
    <thetext>I think we can delete this test in favor of WPT:

https://wpt.fyi/results/IndexedDB?label=master&amp;label=experimental&amp;aligned=&amp;q=blob-valid-after-deletion

We have both WPT imported.

Done by Blink here - https://chromium.googlesource.com/chromium/src.git/+/d52a9d0798ef5c0aa4126e2e1a60847fe2b6a128</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2033943</commentid>
    <comment_count>6</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2024-05-08 01:17:03 -0700</bug_when>
    <thetext>Committed 278496@main (2da7f8227c1c): &lt;https://commits.webkit.org/278496@main&gt;

Reviewed commits have been landed. Closing PR #28267 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2033946</commentid>
    <comment_count>7</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2024-05-08 01:18:16 -0700</bug_when>
    <thetext>&lt;rdar://problem/127722920&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>