[Webkit-unassigned] [Bug 177834] Layout Test http/tests/inspector/network/beacon-type.html is flaky.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 3 14:10:00 PDT 2017


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

--- Comment #3 from Joseph Pecoraro <joepeck at webkit.org> ---
> {"method":"Network.loadingFinished","params":{"requestId":"0.23","timestamp": 0.0172940810007276,"metrics":{}}}
> PASS: Resource should be Beacon type.

This is the key. The loadingFinished event was received and processed before the Test's Promise microtask runs. So this promise ends up waiting on events for the resource load to complete but it has already completed. We can skip the wait on events if the resource load finished.

I was able to reproduce ~1 in 250 runs on my laptop.
After fix I wasn't able to reproduce. Going to land the tiny test change unreviewed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171003/65abbf59/attachment-0001.html>


More information about the webkit-unassigned mailing list