Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:75348 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33512 invoked from network); 9 Jul 2014 20:00:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Jul 2014 20:00:51 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@sugarcrm.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@sugarcrm.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain sugarcrm.com designates 108.166.43.99 as permitted sender) X-PHP-List-Original-Sender: smalyshev@sugarcrm.com X-Host-Fingerprint: 108.166.43.99 smtp99.ord1c.emailsrvr.com Linux 2.6 Received: from [108.166.43.99] ([108.166.43.99:50310] helo=smtp99.ord1c.emailsrvr.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8E/41-17709-07F9DB35 for ; Wed, 09 Jul 2014 16:00:49 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp5.relay.ord1c.emailsrvr.com (SMTP Server) with ESMTP id 8AAE21811A1; Wed, 9 Jul 2014 16:00:46 -0400 (EDT) X-Virus-Scanned: OK Received: by smtp5.relay.ord1c.emailsrvr.com (Authenticated sender: smalyshev-AT-sugarcrm.com) with ESMTPSA id 1A63E180447; Wed, 9 Jul 2014 16:00:46 -0400 (EDT) X-Sender-Id: smalyshev@sugarcrm.com Received: from Stass-MacBook-Pro.local ([UNAVAILABLE]. [74.85.23.222]) (using TLSv1 with cipher DHE-RSA-AES128-SHA) by 0.0.0.0:465 (trex/5.2.4); Wed, 09 Jul 2014 20:00:46 GMT Message-ID: <53BD9F71.1090401@sugarcrm.com> Date: Wed, 09 Jul 2014 13:00:49 -0700 Organization: SugarCRM User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Nuno Lopes , "internals@lists.php.net" CC: "mike@php.net" , Sara Golemon References: <05091D9021CD48208FCE220DE1CCC3CE@pc07654> In-Reply-To: <05091D9021CD48208FCE220DE1CCC3CE@pc07654> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Concurrency support for run-tests From: smalyshev@sugarcrm.com (Stas Malyshev) 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/