[Webkit-unassigned] [Bug 88134] new-run-webkit-tests should spin-up enough httpd processes to avoid timeouts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 1 14:17:24 PDT 2012


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


Ojan Vafai <ojan at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tony at chromium.org




--- Comment #1 from Ojan Vafai <ojan at chromium.org>  2012-06-01 14:17:24 PST ---
Apache is started from Tools/Scripts/webkitpy/layout_tests/servers/apache_http_server.py. If you can set {{Min,Max}Spare},Start}Servers from the apache commandline, then we could make it use the same number of processes as DRT processes.

Seems worth a try.

(In reply to comment #0)
> My guess is that spinning up the new apache processes is eating too much of the test's timeout budget, but once they're spun up the test does fine.

If we're including the time to start apache in the test's timeout budget that's also just a bug we should fix.

Dirk, WDYT?

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