[Webkit-unassigned] [Bug 58699] Chromium DevTools: Network panel timing test is flaky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 18 09:50:27 PDT 2011


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





--- Comment #4 from Vsevolod Vlasov <vsevik at chromium.org>  2011-04-18 09:50:27 PST ---
First of all the whole point of this test is to check that timings information coming from network stack (through the net log) is correct, so it would be hard to test that without timings.
Essentially, this is our way to test that devtools_netlog_observer working on the real network stack gives us correct data.

Secondly, I believe this should eliminate flakiness. I guess the only reason test was failing before was flush() behavior on testserver. The beginning and the end of the response could have come in the same piece of data, thus making resource.endTime - resource.responseReceivedTime close to zero.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list