<?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>156070</bug_id>
          
          <creation_ts>2016-03-31 10:32:18 -0700</creation_ts>
          <short_desc>storage/indexeddb/modern/abort-requests-cancelled.html is a flaky timeout on Mac</short_desc>
          <delta_ts>2016-10-10 10:45:58 -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>WebCore Misc.</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></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>ap</cc>
    
    <cc>beidson</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1179460</commentid>
    <comment_count>0</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2016-03-31 10:32:18 -0700</bug_when>
    <thetext>storage/indexeddb/modern/abort-requests-cancelled.html is a flaky timeout on Mac

&lt;https://build.webkit.org/builders/Apple%20Yosemite%20Release%20WK2%20(Tests)/builds/13325&gt;
&lt;https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&amp;tests=storage%2Findexeddb%2Fmodern%2Fabort-requests-cancelled.html&gt;

--- /Volumes/Data/slave/yosemite-release-tests-wk2/build/layout-test-results/storage/indexeddb/modern/abort-requests-cancelled-expected.txt
+++ /Volumes/Data/slave/yosemite-release-tests-wk2/build/layout-test-results/storage/indexeddb/modern/abort-requests-cancelled-actual.txt
@@ -1,34 +1,2 @@
-This test makes sure that un-handled requests in a transaction receive onerror callbacks when the transaction is aborted.
+FAIL: Timed out waiting for notifyDone to be called
 
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-indexedDB = self.indexedDB || self.webkitIndexedDB || self.mozIndexedDB || self.msIndexedDB || self.OIndexedDB;
-
-indexedDB.deleteDatabase(dbname)
-indexedDB.open(dbname)
-Initial upgrade needed: Old version - 0 New version - 1
-Error handling: &quot;objectStore.put({ bar: &apos;A&apos; }, 1);&quot; (error)
-Error handling: &quot;objectStore.put({ bar: &apos;B&apos; }, 2);&quot; (error)
-Error handling: &quot;objectStore.put({ bar: &apos;C&apos; }, 3);&quot; (error)
-Initial upgrade versionchange transaction aborted
-Second upgrade needed: Old version - 0 New version - 1
-Success handling: &quot;objectStore.put({ bar: &apos;A&apos; }, 1);&quot;
-Success handling: &quot;objectStore.put({ bar: &apos;B&apos; }, 2);&quot;
-Success handling: &quot;objectStore.put({ bar: &apos;C&apos; }, 3);&quot;
-Second upgrade versionchange transaction completed
-Error handling: &quot;objectStore.get(1);&quot; (error)
-Error handling: &quot;objectStore.get(2);&quot; (error)
-Error handling: &quot;objectStore.get(3);&quot; (error)
-Error handling: &quot;objectStore.put({ bar: &apos;D&apos; }, 4);&quot; (error)
-Error handling: &quot;objectStore.put({ bar: &apos;E&apos; }, 5);&quot; (error)
-Error handling: &quot;objectStore.put({ bar: &apos;F&apos; }, 6);&quot; (error)
-readwrite transaction aborted
-Error handling: &quot;objectStore.get(1);&quot; (error)
-Error handling: &quot;objectStore.get(2);&quot; (error)
-Error handling: &quot;objectStore.get(3);&quot; (error)
-readonly transaction aborted
-PASS successfullyParsed is true
-
-TEST COMPLETE
-</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1179462</commentid>
    <comment_count>1</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2016-03-31 10:33:45 -0700</bug_when>
    <thetext>Times out more frequently on WK1, but it seems to have timed out on WK1 and WK2, release and debug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1180844</commentid>
    <comment_count>2</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2016-04-05 09:46:47 -0700</bug_when>
    <thetext>A different failure on this test:

@@ -1,3 +1,4 @@
+FAIL: Timed out waiting for notifyDone to be called
 This test makes sure that un-handled requests in a transaction receive onerror callbacks when the transaction is aborted.
 
 On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
@@ -27,8 +28,4 @@
 Error handling: &quot;objectStore.get(1);&quot; (error)
 Error handling: &quot;objectStore.get(2);&quot; (error)
 Error handling: &quot;objectStore.get(3);&quot; (error)
-readonly transaction aborted
-PASS successfullyParsed is true
 
-TEST COMPLETE
-</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1198968</commentid>
    <comment_count>3</comment_count>
    <who name="Brady Eidson">beidson</who>
    <bug_when>2016-06-03 11:06:43 -0700</bug_when>
    <thetext>This one has been in much, much better shape since originally reported.

Still sporadic occurrences.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1204923</commentid>
    <comment_count>4</comment_count>
    <who name="Brady Eidson">beidson</who>
    <bug_when>2016-06-23 13:54:53 -0700</bug_when>
    <thetext>*** Bug 159060 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1210072</commentid>
    <comment_count>5</comment_count>
    <who name="Brady Eidson">beidson</who>
    <bug_when>2016-07-12 10:12:28 -0700</bug_when>
    <thetext>(In reply to comment #3)
&gt; This one has been in much, much better shape since originally reported.
&gt; 
&gt; Still sporadic occurrences.

Ditto today.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1212071</commentid>
    <comment_count>6</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2016-07-18 13:18:37 -0700</bug_when>
    <thetext>Marked as flaky in &lt;http://trac.webkit.org/projects/webkit/changeset/203369&gt; to keep the bots green.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1238376</commentid>
    <comment_count>7</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2016-10-10 10:45:58 -0700</bug_when>
    <thetext>Still seeing these flaky timeouts with storage/indexeddb/modern/abort-requests-cancelled.html and storage/indexeddb/modern/abort-requests-cancelled-private.html

Marked as flaky on mac with http://trac.webkit.org/projects/webkit/changeset/207008</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>