Bug 175609
| Summary: | LayoutTest imported/w3c/web-platform-tests/IndexedDB/idbobjectstore_getAll.html is a flaky failure (harness timeout) | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | aboya, beidson, jlewis3, mcatanzaro, sihui_liu |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=173068 | ||
Ryan Haddad
LayoutTest imported/w3c/web-platform-tests/IndexedDB/idbobjectstore_getAll.html is a flaky failure (harness timeout)
https://build.webkit.org/results/Apple%20El%20Capitan%20Debug%20WK2%20(Tests)/r220758%20(2562)/results.html
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=imported%2Fw3c%2Fweb-platform-tests%2FIndexedDB%2Fidbobjectstore_getAll.html
--- /Volumes/Data/slave/elcapitan-debug-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/IndexedDB/idbobjectstore_getAll-expected.txt
+++ /Volumes/Data/slave/elcapitan-debug-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/IndexedDB/idbobjectstore_getAll-actual.txt
@@ -1,14 +1,16 @@
-PASS Single item get
-PASS Single item get (generated key)
-PASS getAll on empty object store
-PASS Get all values
-PASS Test maxCount
-PASS Get bound range
-PASS Get bound range with maxCount
-PASS Get upper excluded
-PASS Get lower excluded
-PASS Get bound range (generated) with maxCount
-PASS Non existent key
-PASS zero maxCount
+Harness Error (TIMEOUT), message = null
+TIMEOUT Single item get Test timed out
+TIMEOUT Single item get (generated key) Test timed out
+TIMEOUT getAll on empty object store Test timed out
+TIMEOUT Get all values Test timed out
+TIMEOUT Test maxCount Test timed out
+TIMEOUT Get bound range Test timed out
+TIMEOUT Get bound range with maxCount Test timed out
+TIMEOUT Get upper excluded Test timed out
+TIMEOUT Get lower excluded Test timed out
+TIMEOUT Get bound range (generated) with maxCount Test timed out
+TIMEOUT Non existent key Test timed out
+TIMEOUT zero maxCount Test timed out
+
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Brady Eidson
Any crash logs for Database/Storage process? If so, probably the same issue as all the others.
Michael Catanzaro
Seems the expectation for this test got removed at some point. I don't see any references to this bug or this test in any expectations file. It's still flaky so I'm adding it back.
(In reply to Brady Eidson from comment #1)
> Any crash logs for Database/Storage process? If so, probably the same issue
> as all the others.
No... I'm not sure if the test harness is actually capable of reporting backtraces for all secondary processes, not sure.
Michael Catanzaro
Also: imported/w3c/web-platform-tests/IndexedDB/idbobjectstore_getKey.html
Michael Catanzaro
Also: imported/w3c/web-platform-tests/IndexedDB/idbindex_getAllKeys.html
Michael Catanzaro
Also imported/w3c/web-platform-tests/IndexedDB/idbcursor-continue.htm and imported/w3c/web-platform-tests/IndexedDB/idbdatabase-deleteObjectStore-exception-order.htm
Michael Catanzaro
*** Bug 187267 has been marked as a duplicate of this bug. ***
Michael Catanzaro
*** Bug 182790 has been marked as a duplicate of this bug. ***
Sihui Liu
*** This bug has been marked as a duplicate of bug 228169 ***