[webkit-dev] Flaky test hit list

Adam Barth abarth at webkit.org
Fri Oct 1 07:29:43 PDT 2010


2010/10/1 Fumitoshi Ukai (鵜飼文敏) <ukai at chromium.org>:
> On Fri, Oct 1, 2010 at 12:03, Adam Barth <abarth at webkit.org> wrote:
>> https://bugs.webkit.org/show_bug.cgi?id=46956
>>
>> Unfortunately, it doesn't solve the whole problem.  It does seem to
>> reduce the flakiness by a lot though.
>
> Thanks!
> I think it might be race between DRT and pywebsocekt server, that is, DRT
> tries to run tests while pywebsocket server is still initializing and not
> yet ready to serve html.  I'll try to fix pywebsocket to reduce
> initialization latency.

That doesn't seem that likely.  With my patch, this happens after
running something like 2000 WebSockets.  It doesn't feel like an
initialization race to me.  It feels more like the the WebSocket
server is dropping a connection once in a while.

Adam


More information about the webkit-dev mailing list