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/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php