Summary: | LayoutTest http/tests/workers/service/registration-clear-redundant-worker.html is a flaky failure | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> | ||||||
Component: | New Bugs | Assignee: | Chris Dumez <cdumez> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | beidson, cdumez, commit-queue, ggaren, webkit-bug-importer, youennf | ||||||
Priority: | P2 | Keywords: | InRadar | ||||||
Version: | WebKit Nightly Build | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=179751 https://bugs.webkit.org/show_bug.cgi?id=179745 |
||||||||
Attachments: |
|
Description
Ryan Haddad
2017-11-16 09:37:49 PST
This test was added with https://trac.webkit.org/changeset/224710/webkit Ok, will take a look. https://bugs.webkit.org/show_bug.cgi?id=179745 & https://bugs.webkit.org/show_bug.cgi?id=179751 may help here. Marked test as flaky in https://trac.webkit.org/changeset/225304/webkit (In reply to Ryan Haddad from comment #4) > Marked test as flaky in https://trac.webkit.org/changeset/225304/webkit Ok, I'll take another look then. Was able to reproduce like so: Tools/Scripts/run-webkit-tests --repeat-each=100 http/tests/workers/service/registration-clear-redundant-worker.html -f Created attachment 327927 [details]
Patch
Created attachment 327928 [details]
Patch
Comment on attachment 327928 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=327928&action=review > LayoutTests/http/tests/workers/service/registration-clear-redundant-worker.html:28 > + handle = setInterval(function() { Maybe we could add a limit to the number of retries to allow gracefully failing instead of timing out. Something like 100 tries every 10 ms for instance. Comment on attachment 327928 [details] Patch Clearing flags on attachment: 327928 Committed r225312: <https://trac.webkit.org/changeset/225312> All reviewed patches have been landed. Closing bug. |