Bug 172243 - imported/w3c/web-platform-tests/IndexedDB/idbdatabase-createObjectStore-exception-order.htm is a flaky failure
Summary: imported/w3c/web-platform-tests/IndexedDB/idbdatabase-createObjectStore-excep...
Status: RESOLVED DUPLICATE of bug 228169
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-17 14:07 PDT by Matt Lewis
Modified: 2021-07-22 10:33 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Lewis 2017-05-17 14:07:27 PDT
The test imported/w3c/web-platform-tests/IndexedDB/idbdatabase-createObjectStore-exception-order.htm is a flaky failure on El Capitan Release wk1 and wk2 as well as Sierra Release wk1 and iOS simulator wk2.

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=imported%2Fw3c%2Fweb-platform-tests%2FIndexedDB%2Fidbdatabase-createObjectStore-exception-order.htm

imported with: https://trac.webkit.org/changeset/212202/webkit

https://build.webkit.org/results/Apple%20El%20Capitan%20Release%20WK1%20(Tests)/r216992%20(1744)/results.html
https://build.webkit.org/builders/Apple%20El%20Capitan%20Release%20WK1%20(Tests)/builds/1744

diff:
--- /Volumes/Data/slave/elcapitan-release-tests-wk1/build/layout-test-results/imported/w3c/web-platform-tests/IndexedDB/idbdatabase-createObjectStore-exception-order-expected.txt
+++ /Volumes/Data/slave/elcapitan-release-tests-wk1/build/layout-test-results/imported/w3c/web-platform-tests/IndexedDB/idbdatabase-createObjectStore-exception-order-actual.txt
@@ -1,5 +1,7 @@
 
-PASS IDBDatabase.createObjectStore exception order: InvalidStateError vs. TransactionInactiveError 
+Harness Error (TIMEOUT), message = null
+
+TIMEOUT IDBDatabase.createObjectStore exception order: InvalidStateError vs. TransactionInactiveError Test timed out
 PASS IDBDatabase.createObjectStore exception order: TransactionInactiveError vs. SyntaxError 
 FAIL IDBDatabase.createObjectStore exception order: SyntaxError vs. ConstraintError assert_throws: "Invalid key path" check (SyntaxError) should precede "duplicate store name" check (ConstraintError) function "() => {
       db.createObjectStore('s', {keyPath: 'not a valid key path'});
Comment 1 Ryan Haddad 2018-01-18 22:05:21 PST
Marked test as flaky in https://trac.webkit.org/r227186.
Comment 2 Sihui Liu 2021-07-22 10:33:06 PDT

*** This bug has been marked as a duplicate of bug 228169 ***