[Webkit-unassigned] [Bug 161285] Race between deleting a database and requesting database names seen in test

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 26 20:05:55 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=161285

--- Comment #1 from Joseph Pecoraro <joepeck at webkit.org> ---
Okay, I think I found the real problem. The original test (which was not flakey) had a slight ordering difference because it was awkwardly using console.log as a signal. The new test doesn't wait for the same single so the order of operations can be slightly different!

The problem appears to be createDatabase might not have created the database before we call deleteDatabase. I'll write a better patch here. It might have to touch all of these inspector indexeddb tests, but at least this one for sure.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160827/44ecff3f/attachment.html>


More information about the webkit-unassigned mailing list