Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:75326 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96979 invoked from network); 8 Jul 2014 05:58:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Jul 2014 05:58:52 -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 209.85.215.45 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.215.45 mail-la0-f45.google.com Received: from [209.85.215.45] ([209.85.215.45:60937] helo=mail-la0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0B/10-30229-B988BB35 for ; Tue, 08 Jul 2014 01:58:51 -0400 Received: by mail-la0-f45.google.com with SMTP id hr17so3580046lab.4 for ; Mon, 07 Jul 2014 22:58:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=vOSXSq7h53He48f7NICCimTAeOjP/BfORuVwjUEz3vY=; b=xanN1BfIML5woQ6aIsDgcL5rw2m0UWnxKz8oLipRwtV+wB9RJ7RiiZuC9sLOvFWswt GGKmcgzuDb+APTNpxF+aqdP9DDsaD7wzJe1OxRGJ9sZ1h4dwbR/P+cCRHnJtwCkPjGbe +Oee+D5Cvn1eDrys7dCzsNvDkrwHLcOA0m5fH5aZfOamuZ6O+Bgun6gr56uMOOsJcWEg 8ah9SKy8nofTkCXuBo6XhheFORfucFkwrBisO/AIFfydZMMwSDGTl+orPXxUB7fqhnMZ 3Bl2lxaU10dmuVSLJIkv8hiqIF6RomxIqtTsSn7+Rp6AR5Dqey8A0ARD3ysb5isuTaGt dBzw== MIME-Version: 1.0 X-Received: by 10.112.130.196 with SMTP id og4mr19852577lbb.38.1404799128249; Mon, 07 Jul 2014 22:58:48 -0700 (PDT) Sender: mike.php.net@gmail.com Received: by 10.114.19.10 with HTTP; Mon, 7 Jul 2014 22:58:48 -0700 (PDT) In-Reply-To: References: Date: Tue, 8 Jul 2014 07:58:48 +0200 X-Google-Sender-Auth: j9w-LqGLu_iYRwLNadHEJ0cyV2s Message-ID: To: Laruence Cc: PHP Internals Content-Type: multipart/alternative; boundary=047d7b3a84a4052b3f04fda84932 Subject: Re: [PHP-DEV] Concurrency support for run-tests From: mike@php.net (Michael Wallner) --047d7b3a84a4052b3f04fda84932 Content-Type: text/plain; charset=UTF-8 On 7 July 2014 17:07, Laruence wrote: > Hey: > > On Mon, Jul 7, 2014 at 9:53 PM, Michael Wallner wrote: > > Hi! > > > > I also have a patch for run-tests sitting around for quite some time, > which > > adds concurrent test execution support. I already fixed a lot of non > > re-entrant tests in the past, but there might still be quite some of > them. > > > > Tests in ./Zend take 8 seconds instead of 30 on my box. > > > > Please find the hack attached. Thoughts, praises, death threats? > > seems it enable concurrency by default ? it's not configurable? > > maybe: > > TEST_PHP_ARGS="-c 3" make test > > means run 3 process > Actually it has a --concurrency switch. If you didn't know, you can pass any run-tests argument to `make test` with the TESTS variable: $ make test TESTS="--concurrency 8 ~/src/php-master/Zend" HTH -- Regards, Mike --047d7b3a84a4052b3f04fda84932--