Bug 151389
Summary: | storage/indexeddb/modern/aborted-put.html flakily times out on mac-wk1 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | beidson |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 149117 |
Ryan Haddad
storage/indexeddb/modern/aborted-put.html flakily times out on mac-wk1
Run:
<https://build.webkit.org/builders/Apple%20Mavericks%20Release%20WK1%20(Tests)/builds/19412>
Results:
<https://build.webkit.org/results/Apple%20Mavericks%20Release%20WK1%20(Tests)/r192575%20(19412)/results.html>
Flakiness Dashboard:
<http://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=storage%2Findexeddb%2Fmodern%2Faborted-put.html>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryan Haddad
Marked as flaky in <https://trac.webkit.org/r192637>
Brady Eidson
This timeout is because an IDBTransaction callback was never received in javascript on the test web page.
This could be because the IDBTransaction's wrapper was garbage collected, so the callback could not be made.
I noticed this happening while working on https://bugs.webkit.org/show_bug.cgi?id=151456, and it will be fixed when that patch lands.
This might go away after that.
Brady Eidson
*** This bug has been marked as a duplicate of bug 151507 ***