Bug 154619
Summary: | storage/indexeddb/odd-strings.html flaky on mac-wk1 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | beidson |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 154968 |
Ryan Haddad
storage/indexeddb/odd-strings.html flaky on mac-wk1
The test is intermittently timing out on El Capitan and Yosemite WK1. It is skipped on mac-wk2 under the comment "Blink tests that crash the DatabaseProcess under DatabaseProcessIDBConnection::deleteDatabase."
Most recent timeout.
<https://build.webkit.org/results/Apple%20El%20Capitan%20Release%20WK1%20(Tests)/r197006%20(3715)/results.html>
Flakiness dashboard:
<http://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=storage%2Findexeddb%2Fodd-strings.html>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brady Eidson
This test was specifically targeted for fixing flakiness once before:
https://bugs.webkit.org/show_bug.cgi?id=152800
http://trac.webkit.org/changeset/194671
But that was *not* what's happening here.
Now it appears to be hanging at the preliminary "delete databases" step.
Ryan Haddad
Marked as flaky on mac-wk1 with <http://trac.webkit.org/projects/webkit/changeset/197052>
Brady Eidson
Yikes, as of yesterday afternoon this started text-failing reliably.
Brady Eidson
(In reply to comment #3)
> Yikes, as of yesterday afternoon this started text-failing reliably.
This regression wasn't caught because the test was marked [ Pass Fail ] in one of the TestExpectation files, instead of [ Pass Timeout ]. :(
I filed https://bugs.webkit.org/show_bug.cgi?id=154975 to track that.
Brady Eidson
This test has way more issues than "it was flaky in February" and is currently skipped.
Another bug is tracking other issues with it.
No need to keep this open.