<?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>176229</bug_id>
          
          <creation_ts>2017-09-01 10:17:57 -0700</creation_ts>
          <short_desc>Layout test imported/w3c/web-platform-tests/IndexedDB/idbobjectstore-query-exception-order.html is flaky.</short_desc>
          <delta_ts>2017-09-07 14:42:28 -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>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>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Matt Lewis">jlewis3</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>beidson</cc>
    
    <cc>ryanhaddad</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1344442</commentid>
    <comment_count>0</comment_count>
    <who name="Matt Lewis">jlewis3</who>
    <bug_when>2017-09-01 10:17:57 -0700</bug_when>
    <thetext>imported/w3c/web-platform-tests/IndexedDB/idbobjectstore-query-exception-order.html is a flaky failure on El Capitan WK2 Release testers according to the flakiness dashboard.

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&amp;tests=imported%2Fw3c%2Fweb-platform-tests%2FIndexedDB%2Fidbobjectstore-query-exception-order.html

This doesn&apos;t appear to be a recent regression. The first failure on the board for El Capitan is:
https://build.webkit.org/builders/Apple%20El%20Capitan%20Release%20WK2%20(Tests)/builds/3715

Previously, Sierra Leaks was also a flaky failure according to the dashboard.

current build:
https://build.webkit.org/results/Apple%20El%20Capitan%20Release%20WK2%20(Tests)/r221478%20(4156)/results.html
https://build.webkit.org/builders/Apple%20El%20Capitan%20Release%20WK2%20(Tests)/builds/4156

Diff:
--- /Volumes/Data/slave/elcapitan-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/IndexedDB/idbobjectstore-query-exception-order-expected.txt
+++ /Volumes/Data/slave/elcapitan-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/IndexedDB/idbobjectstore-query-exception-order-actual.txt
@@ -1,14 +1,16 @@
+
+Harness Error (TIMEOUT), message = null
 
 PASS IDBObjectStore.get exception order: InvalidStateError vs. TransactionInactiveError 
-PASS IDBObjectStore.get exception order: TransactionInactiveError vs. DataError 
+TIMEOUT IDBObjectStore.get exception order: TransactionInactiveError vs. DataError Test timed out
 PASS IDBObjectStore.getAll exception order: InvalidStateError vs. TransactionInactiveError 
-FAIL IDBObjectStore.getAll exception order: TransactionInactiveError vs. DataError assert_throws: &quot;not active&quot; check (TransactionInactiveError) should precede query check (DataError) function &quot;() =&gt; { store[method]({}); }&quot; threw object &quot;DataError: Failed to execute &apos;getAll&apos; on &apos;IDBObjectStore&apos;: The parameter is not a valid key.&quot; that is not a DOMException TransactionInactiveError: property &quot;name&quot; is equal to &quot;DataError&quot;, expected &quot;TransactionInactiveError&quot;
+TIMEOUT IDBObjectStore.getAll exception order: TransactionInactiveError vs. DataError Test timed out
 PASS IDBObjectStore.getAllKeys exception order: InvalidStateError vs. TransactionInactiveError 
-FAIL IDBObjectStore.getAllKeys exception order: TransactionInactiveError vs. DataError assert_throws: &quot;not active&quot; check (TransactionInactiveError) should precede query check (DataError) function &quot;() =&gt; { store[method]({}); }&quot; threw object &quot;DataError: Failed to execute &apos;getAllKeys&apos; on &apos;IDBObjectStore&apos;: The parameter is not a valid key.&quot; that is not a DOMException TransactionInactiveError: property &quot;name&quot; is equal to &quot;DataError&quot;, expected &quot;TransactionInactiveError&quot;
+TIMEOUT IDBObjectStore.getAllKeys exception order: TransactionInactiveError vs. DataError Test timed out
 PASS IDBObjectStore.count exception order: InvalidStateError vs. TransactionInactiveError 
-FAIL IDBObjectStore.count exception order: TransactionInactiveError vs. DataError assert_throws: &quot;not active&quot; check (TransactionInactiveError) should precede query check (DataError) function &quot;() =&gt; { store[method]({}); }&quot; threw object &quot;DataError: Failed to execute &apos;count&apos; on &apos;IDBObjectStore&apos;: The parameter is not a valid key.&quot; that is not a DOMException TransactionInactiveError: property &quot;name&quot; is equal to &quot;DataError&quot;, expected &quot;TransactionInactiveError&quot;
-PASS IDBObjectStore.openCursor exception order: InvalidStateError vs. TransactionInactiveError 
-FAIL IDBObjectStore.openCursor exception order: TransactionInactiveError vs. DataError assert_throws: &quot;not active&quot; check (TransactionInactiveError) should precede query check (DataError) function &quot;() =&gt; { store[method]({}); }&quot; threw object &quot;DataError: Failed to execute &apos;openCursor&apos; on &apos;IDBObjectStore&apos;: The parameter is not a valid key.&quot; that is not a DOMException TransactionInactiveError: property &quot;name&quot; is equal to &quot;DataError&quot;, expected &quot;TransactionInactiveError&quot;
-PASS IDBObjectStore.openKeyCursor exception order: InvalidStateError vs. TransactionInactiveError 
-FAIL IDBObjectStore.openKeyCursor exception order: TransactionInactiveError vs. DataError assert_throws: &quot;not active&quot; check (TransactionInactiveError) should precede query check (DataError) function &quot;() =&gt; { store[method]({}); }&quot; threw object &quot;DataError: Failed to execute &apos;openKeyCursor&apos; on &apos;IDBObjectStore&apos;: The parameter is not a valid key or key range.&quot; that is not a DOMException TransactionInactiveError: property &quot;name&quot; is equal to &quot;DataError&quot;, expected &quot;TransactionInactiveError&quot;
+TIMEOUT IDBObjectStore.count exception order: TransactionInactiveError vs. DataError Test timed out
+TIMEOUT IDBObjectStore.openCursor exception order: InvalidStateError vs. TransactionInactiveError Test timed out
+TIMEOUT IDBObjectStore.openCursor exception order: TransactionInactiveError vs. DataError Test timed out
+TIMEOUT IDBObjectStore.openKeyCursor exception order: InvalidStateError vs. TransactionInactiveError Test timed out
+TIMEOUT IDBObjectStore.openKeyCursor exception order: TransactionInactiveError vs. DataError Test timed out</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1346556</commentid>
    <comment_count>1</comment_count>
    <who name="Matt Lewis">jlewis3</who>
    <bug_when>2017-09-07 14:42:28 -0700</bug_when>
    <thetext>Marked as flaky on El Capitan:
https://trac.webkit.org/changeset/221758/webkit</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>