BTW, the commit-queue has started complaining publicly about flaky tests: https://bugs.webkit.org/show_bug.cgi?id=47698#c5
Hopefully this will bring further awareness to the issue. Test flakes are the second most common reason for delays with the commit-queue (after the Snow Leopard build being broken). -eric p.s. Eventually we may improve the commit-queue to know how to file bugs against flaky tests itself. On Fri, Oct 1, 2010 at 7:29 AM, Adam Barth <[email protected]> wrote: > 2010/10/1 Fumitoshi Ukai (鵜飼文敏) <[email protected]>: >> On Fri, Oct 1, 2010 at 12:03, Adam Barth <[email protected]> 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 > _______________________________________________ > webkit-dev mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev > _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

