[Webkit-unassigned] [Bug 52364] New: Make old-run-webkit-tests more robust on buildbots

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 13 05:28:17 PST 2011


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

           Summary: Make old-run-webkit-tests more robust on buildbots
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org


Maciej committed a debug print accidentally (http://trac.webkit.org/changeset/75682)
and it made all layout tests fail and buildbots sick. The size of results for 
~22000 failing layout tests is more than 100Mb.

I propose some changes to avoid overloading buildbot slaves and master:

1.) add --exit-after-n-failures 500 option to the old-run-webkit-tests
It is enough for online rebaselineing and avoiding 100Mb sizes results

2.) old-run-webkit-tests should remove results directory before testing
(Now test-result-archive does it after zipping. But if it is terminated
or killed, the results directory will contain some mess.)

Patches are coming soon.

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