[Webkit-unassigned] [Bug 10906] Parallelize run-webkit-tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 10 22:55:39 PDT 2008


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





------- Comment #7 from jacob.refstrup at hp.com  2008-07-10 22:55 PDT -------
(In reply to comment #6)
> An extra perl process per test sounds like a large amount of overhead.
> 

It does... Hm. 

Looking more closely at the current run-webkit-tests I realize that it attempts
to keep the current DRT open by default for 1000 tests. So perhaps the best way
of doing it is to keep N instances of DRT open for 1000 tests. That will leave
one perl process coordinating everything (which is fine) but there's some logic
needed to figure out which pipe was broken (in case of one of the DRTs
crashing) and we need some select logic to wait for the output to be available.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list