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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 15 15:09:09 PDT 2011


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

           Summary: Chromium DevTools: Network panel timing test is flaky
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vsevik at chromium.org
                CC: pfeldman at chromium.org


Apparently following condition leads to flakiness:
resource.endTime - resource.responseReceivedTime >= 0.1

I assume responseReceivedTime could come a bit later than expected causing failure.
resource.endTime - resource.startTime >= 0.2 condition seems to be more reliable.
What do you think?

-- 
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