[Webkit-unassigned] [Bug 37262] new-run-webkit-tests should estimate test completion time

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 8 14:56:52 PDT 2010


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





--- Comment #13 from Csaba Osztrogonac <ossy at webkit.org>  2010-04-08 14:56:52 PST ---
(In reply to comment #4)
> http tests were put at the end for run-webkit-tests so that it was possible to
> lock around use of the httpd server was my understanding.
> 
> Eventually we'll have to fix new-run-webkit-tests to support running more than
> one copy on the machine at once.

Yes, you're right, we put http tests at the end because now run-webkit-tests
script grab the lock of httpd before the first http test and release the lock
when exit.

Our first idea was to fix tests and make run-webkit-tests script to
be able to run multiple httpd. Fixing run-webkit-tests isn't a big
task, but test cases and expected files with hard coded localhost,
127.0.0.1, 8000, 8080, etc. port numbers. You can find how many
test cases must be refactored for this in description of
related bug: https://bugs.webkit.org/show_bug.cgi?id=33153

Hard coded URLs and port numbers isn't a big problem if you would
like to run only one multi-threaded (new-)run-webkit-tests script.
But it is a blocker task if you would like to run more script.

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