Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:75318 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46062 invoked from network); 7 Jul 2014 15:08:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Jul 2014 15:08:10 -0000 Authentication-Results: pb1.pair.com smtp.mail=laruence@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=laruence@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.50 as permitted sender) X-PHP-List-Original-Sender: laruence@gmail.com X-Host-Fingerprint: 209.85.215.50 mail-la0-f50.google.com Received: from [209.85.215.50] ([209.85.215.50:33034] helo=mail-la0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 61/60-44309-8D7BAB35 for ; Mon, 07 Jul 2014 11:08:09 -0400 Received: by mail-la0-f50.google.com with SMTP id pv20so2937155lab.23 for ; Mon, 07 Jul 2014 08:08:05 -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:from:date:message-id :subject:to:cc:content-type; bh=CHX+rj5jziWxJ9Oh6hNRgdhb2SSDwXptdSabP5sdeTY=; b=DZy9Fz0fjHcfBkolO2QrzlW/0vjhyQHRMbVmut8XdUy4PRQg21eeHeNE8BWce40AFR xxnfoyU3Xvvqc0tfe+n8XQv6MJp2O3faYT/yHoAxuwha9tXFnuIZuK6pIQWEnYb/xd5U N2PI05hBFBARlc9TIP/Kl/tyeQ00l/O7od+My5hZcIGR5WA0Oo4J38TarMicG2uYPovI QELw3VnxL0JZDWehzmNZLJKnt9dQPo+p+kLw4yB2XvafVxEM0h22ZagfY6LOGk9PeeV4 WxeEwW8K7asN2WxU4aD25ACfGNt4gPhuNJ1M0f7UhjuXr91TQjNf06fy5M8Fm5tGCwMa zNZg== X-Received: by 10.152.205.11 with SMTP id lc11mr23386776lac.46.1404745685350; Mon, 07 Jul 2014 08:08:05 -0700 (PDT) MIME-Version: 1.0 Sender: laruence@gmail.com Received: by 10.114.160.231 with HTTP; Mon, 7 Jul 2014 08:07:45 -0700 (PDT) In-Reply-To: References: Date: Mon, 7 Jul 2014 23:07:45 +0800 X-Google-Sender-Auth: NE9Xg9ngb2R5037gcq9SLvnkiBs Message-ID: To: Michael Wallner Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Concurrency support for run-tests From: laruence@php.net (Laruence) 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 thanks > > -- > Regards, > Mike > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php -- Laruence Xinchen Hui http://www.laruence.com/