[Webkit-unassigned] [Bug 46453] [NRWT] Put the http and websocket tests to end of the test list

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 24 14:25:40 PDT 2010


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





--- Comment #4 from Gabor Rapcsanyi <rgabor at inf.u-szeged.hu>  2010-09-24 14:25:39 PST ---
(In reply to comment #2)
> How does moving the http tests to the end of the queue impact total testing time?  I imagine this would be slower when using more than 1 thread because the slow http tests will start last.
> 
> When the http tests run first, how much time is there between the last http test finishing and the whole test suite finishing?  Maybe it would be better to shutdown the http server after the http test queue is empty.

I didn't do any time measurements yet. But for the http locking we need to put these test to the end of list.
Because when we start more than one NRWT on the same machine and there is an http lock it can starts with the other tests so it just blocks when reaches the http tests.
So if this slows the NRWT I can put the --wait-for-httpd switch to this patch and when its not enable it will put the http tests to the begin of the queue.

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