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    

Description Ryan Haddad 2016-02-23 17:15:37 PST
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>
Comment 1 Brady Eidson 2016-02-23 20:21:03 PST
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.
Comment 2 Ryan Haddad 2016-02-24 14:22:31 PST
Marked as flaky on mac-wk1 with <http://trac.webkit.org/projects/webkit/changeset/197052>
Comment 3 Brady Eidson 2016-03-03 10:27:18 PST
Yikes, as of yesterday afternoon this started text-failing reliably.
Comment 4 Brady Eidson 2016-03-03 10:52:09 PST
(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.
Comment 5 Brady Eidson 2016-06-03 12:45:12 PDT
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.