[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:22:43 PDT 2012


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





--- Comment #3 from Ojan Vafai <ojan at chromium.org>  2012-06-01 14:22:42 PST ---
> (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.

At a quick glance at the code, we wait and check that the http server is correctly started up and responding to requests before we try to run any http tests, so I doubt this is what's going on.

Unless our logic for testing whether the server is up and running is wrong. See _is_server_running_on_all_ports in Tools/Scripts/webkitpy/layout_tests/servers/http_server_base.py to see that code. It seems to me that connecting to the server via a socket should be a sufficient test, but maybe it's not.

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