[Webkit-unassigned] [Bug 63281] New: TestFailures page fetches build JSON for every build, which is slow and limits history to the last build master restart

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 23 13:22:31 PDT 2011


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

           Summary: TestFailures page fetches build JSON for every build,
                    which is slow and limits history to the last build
                    master restart
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://build.webkit.org/TestFailures/
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aroben at apple.com
                CC: rniwa at webkit.org
        Depends on: 63280


TestFailures page fetches build JSON for every build, in addition to the results.html page. It does this so it can determine whether run-webkit-tests exited early due to too many failures/crashes/timeouts. But this is slow, and limits history to whenever the build master was last restarted.

It would be much better if we could just pull this information out of results.html. Then we'd only have to do one request per build, and history would be practically unlimited.

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