Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77137 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19036 invoked from network); 10 Sep 2014 10:36:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Sep 2014 10:36:37 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.182 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 74.125.82.182 mail-we0-f182.google.com Received: from [74.125.82.182] ([74.125.82.182:42684] helo=mail-we0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F1/34-24203-3B920145 for ; Wed, 10 Sep 2014 06:36:36 -0400 Received: by mail-we0-f182.google.com with SMTP id k48so2766517wev.13 for ; Wed, 10 Sep 2014 03:36:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=uTwGfkc1ArQ2AmzuZ/Gx2nPxEZYLiA3pDcVMokOrAvs=; b=Kp+eZr9p98VqPK1jfTlIlotySI+XU1rpzX4+coBXKGrmJSFW2U2JgLywwvi09bxiBO ZrYhqHfI1t7jLhVH3SEexwDkEp0Gwm31mUDu4K7/DvJ/hmlR2xXHymE21hjuscSDzY77 qBpviUtKczMTKm+yyslckfycuiM20cWFyDmIhGpxCKIKpFnq0n6FnBiIlZnX34KxldTE j53BBdKn+VUk9px4FrcQmZIoVROEejkObs6eg5PYS7Z/yIgbpLVeDLyMSbqzxnGzIZmi mBZ+KHQav8qnQmkuNox+giNPQvmFbe4cTzaBKHnfkyY5pzFFcFj03VYZXi+uXzXYgdJv s+Yg== X-Received: by 10.194.82.106 with SMTP id h10mr49152125wjy.37.1410345392841; Wed, 10 Sep 2014 03:36:32 -0700 (PDT) Received: from [192.168.4.120] (178-18-170-101.customer.bnet.at. [178.18.170.101]) by mx.google.com with ESMTPSA id u10sm1949841wix.2.2014.09.10.03.36.31 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 10 Sep 2014 03:36:32 -0700 (PDT) Sender: Michael Wallner Message-ID: <541029AF.6080000@php.net> Date: Wed, 10 Sep 2014 12:36:31 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.0 MIME-Version: 1.0 To: Stas Malyshev , Nuno Lopes , "internals@lists.php.net" CC: Sara Golemon References: <05091D9021CD48208FCE220DE1CCC3CE@pc07654> <53BD9F71.1090401@sugarcrm.com> In-Reply-To: <53BD9F71.1090401@sugarcrm.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Concurrency support for run-tests From: mike@php.net (Michael Wallner) On 09/07/14 22:00, Stas Malyshev wrote: > 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. > So how about adding the concurrency switch, but leaving it disabled by default? -- Regards, Mike