[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 17:39:54 PDT 2010


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





--- Comment #9 from Tony Chang <tony at chromium.org>  2010-09-24 17:39:54 PST ---
(In reply to comment #8)
> You can check my locking code here: http://gist.github.com/596234

I see, so you need _thread_lock because the websocket thread or the http thread might want to start the web servers.  Can you just force those two sets of tests into the same group and remove _thread_lock?  Then the order of tests no longer matters.

I think you can also get more parallelism if you release _http_server_lock once the last http and websocket test is done rather than when the thread exits.

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