RESOLVED FIXED 161283
Web Inspector: inspector/indexeddb/deleteDatabaseNamesWithSpace.html is flakey
https://bugs.webkit.org/show_bug.cgi?id=161283
Summary Web Inspector: inspector/indexeddb/deleteDatabaseNamesWithSpace.html is flakey
Joseph Pecoraro
Reported 2016-08-26 19:15:40 PDT
Summary: inspector/indexeddb/deleteDatabaseNamesWithSpace.html is flakey Steps to reproduce: 1. shell> run-webkit-tests inspector/indexeddb/deleteDatabaseNamesWithSpace.html --iterations=1000 --v => ~2 out of 1000 runs are failures on my system, more frequent on the bots Notes: - The tests deletes a database and then immediately checks what databases are available. Seems to be a race condition. - Adding a short timeout between deleting and checking database names caused 0 in 10000 failures for me.
Attachments
[PATCH] Proposed Fix (3.18 KB, patch)
2016-08-26 19:24 PDT, Joseph Pecoraro
achristensen: review+
achristensen: commit-queue-
Joseph Pecoraro
Comment 1 2016-08-26 19:24:05 PDT
Created attachment 287190 [details] [PATCH] Proposed Fix
Alex Christensen
Comment 2 2016-08-26 19:38:04 PDT
Comment on attachment 287190 [details] [PATCH] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=287190&action=review > LayoutTests/inspector/indexeddb/deleteDatabaseNamesWithSpace.html:27 > + setTimeout(() => { This should have a FIXME: This shouldn't be necessary. Link to bugzilla assigned to Brady.
Joseph Pecoraro
Comment 3 2016-08-26 20:06:41 PDT
Note You need to log in before you can comment on or make changes to this bug.