[Webkit-unassigned] [Bug 154748] storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange.html flaky on mac-wk2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 3 10:24:08 PST 2016


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

--- Comment #3 from Brady Eidson <beidson at apple.com> ---
Ahhh. Okay, understood.

This is just a timing problem in the test.

In WK2, due to IPC variability, it *is* actually possible for the open + versionChange request to complete before the deleteRequest is even serviced, so it never gets blocked.

We could change the test to extend the versionChange transaction until *after* blockedCalled is true, which will make it predictable.

-- 
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/20160303/dd06e47e/attachment.html>


More information about the webkit-unassigned mailing list