Re: Concurrency support for run-tests

From: Date: Wed, 09 Jul 2014 20:00:49 +0000
Subject: Re: Concurrency support for run-tests
References: 1 2 3  Groups: php.internals 
Request: Send a blank email to internals+get-75348@lists.php.net to get a copy of this message
Hi!

> Having thought a bit about the subject, the heuristic I came up with was to 
> 1) do not run tests from the same extension in parallel, and 2) do not run 
> tests from certain extensions in parallel (e.g., mysql and pdo_mysql).

How about making it a whitelist? For tests/extensions we know it's easy
to paralellize (like ones not having external dependencies/servers/etc)
simple script could whitelist a lot of them. For those more tricky, we
could whitelist them gradually.

-- 
Stanislav Malyshev, Software Architect
SugarCRM: http://www.sugarcrm.com/


Thread (20 messages)

« previous php.internals (#75348) next »