Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:75327 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98417 invoked from network); 8 Jul 2014 06:00:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Jul 2014 06:00:17 -0000 Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; 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:45079] helo=mail-la0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BE/60-30229-FE88BB35 for ; Tue, 08 Jul 2014 02:00:16 -0400 Received: by mail-la0-f45.google.com with SMTP id hr17so3609735lab.18 for ; Mon, 07 Jul 2014 23:00:12 -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=ayAxDeZeQ6SLS6sBHqNrOIfJNzIOx8RUoFhVMhc7iQk=; b=mjthtWy8r28myjr+qyrTmyLHAsb1gMcPr8ndQjW33fkbKGlSg/Xje9bXtLzugQjMIc SIkAP4ilOTXJ0AYJFRix6pD2hHxnca/j/RBkUjouZaMeKrHbLVITRREF7sLy1JXmUFay biDfs5MAEyZuS/IuAAQ3Xf2VmT2s/OQH9xdYAjDGuQBa9olQaljm17mq4QIU0id2Aodr xDTWwMTV/+OgdHrUtvQ8ACX9nrJtRFIdG63sBNGEWGkF4kEUpXiGSUHXzpAPIVrD/ern dlNbZ8sIkkJXiRiSSR03xnFEUX/1cOEggavMfH1oIrqCCGSA+VFFjpZ+zAwOdCc6Ltob bkFQ== MIME-Version: 1.0 X-Received: by 10.152.205.99 with SMTP id lf3mr581401lac.63.1404799212776; Mon, 07 Jul 2014 23:00:12 -0700 (PDT) Sender: mike.php.net@gmail.com Received: by 10.114.19.10 with HTTP; Mon, 7 Jul 2014 23:00:12 -0700 (PDT) In-Reply-To: References: Date: Tue, 8 Jul 2014 08:00:12 +0200 X-Google-Sender-Auth: kenEcLFT05JsNY6Z2Pmz1C5cruY Message-ID: To: Ferenc Kovacs Cc: PHP Internals Content-Type: multipart/alternative; boundary=001a1133b0cc0ef5d204fda84e4f Subject: Re: [PHP-DEV] Concurrency support for run-tests From: mike@php.net (Michael Wallner) --001a1133b0cc0ef5d204fda84e4f Content-Type: text/plain; charset=UTF-8 On 7 July 2014 17:17, Ferenc Kovacs wrote: > > > > On Mon, Jul 7, 2014 at 3: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? >> >> -- >> Regards, >> Mike >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> > > for the record, we had a rewrite of run-tests.php which supported parallel > execution of the tests: > http://git.php.net/?p=phpruntests.git;a=summary > docs: > https://wiki.php.net/qa/runtests/documentation > > What's the status of this? Why don't we use it? How about letting travis run it additionally for some time? -- Regards, Mike --001a1133b0cc0ef5d204fda84e4f--