[Webkit-unassigned] [Bug 165173] New: run-benchmark should have a switch to avoid killing browser process unconditionally

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 29 16:22:28 PST 2016


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

            Bug ID: 165173
           Summary: run-benchmark should have a switch to avoid killing
                    browser process unconditionally
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: clopez at igalia.com
                CC: dewei_zhu at apple.com, lforschler at apple.com
            Blocks: 164792

After r209090 <http://trac.webkit.org/changeset/209090> run-benchmark in Linux doesn't execute a "killall $browser" when it is asked to run the benchmarks with browser $browser. It instead keeps track of the browser PID it executed and only kill this PID.

This is a desired behaviour when the user is testing on the machine. However for a performance bot running tests automatically it isn't.

After discussing this in bug 164792 it seems we can add a command line switch to avoid issuing the killall, so users that want to avoid this behaviour of the script can just activate the switch. And at the same time we can keep as default behaviour killing all process with name $browser.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161130/17682e93/attachment.html>


More information about the webkit-unassigned mailing list