Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60433 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33281 invoked from network); 3 May 2012 11:42:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 May 2012 11:42:37 -0000 Authentication-Results: pb1.pair.com smtp.mail=webmaster@ajeux.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=webmaster@ajeux.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain ajeux.com from 209.85.213.42 cause and error) X-PHP-List-Original-Sender: webmaster@ajeux.com X-Host-Fingerprint: 209.85.213.42 mail-yw0-f42.google.com Received: from [209.85.213.42] ([209.85.213.42:37937] helo=mail-yw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F8/72-19863-C2F62AF4 for ; Thu, 03 May 2012 07:42:37 -0400 Received: by yhfq11 with SMTP id q11so13229yhf.29 for ; Thu, 03 May 2012 04:42:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=b7cJy/DxG0mpfXri7Xvo/4AwHx9G2k0fXLRbn7gmHCs=; b=BPqXAmlafPj9xtIux6/v348ZBIOBR9fUrsZgF5W1NnOVo2r/rFYlGF+veA5lnYC4Eq hjpzgvpRA+8wAEr0oa6/1n46aN96aJ6R6UbmzT0aeYj6UmQFRm5S3rN+Yw0qt8WiVIHu +/N+CW9rwIB2gKVauCERfKpo3EKAEALOVdi/p+/GddcQSluZdQI4vMVh1IhATC+HVyws 6sfMq5n6rTE2FA4hgbHPi7VjB90bQP4MawZy8ulnMq+ew3O3Y5shdLBMNzexlCfcyEMQ A/19dVYRE2Mj1/jNhZ/waooq7gvHte/61iuK8EbDRTI4zBADBZ+cU48n3BjsIuhVdhA0 us8Q== MIME-Version: 1.0 Received: by 10.60.4.170 with SMTP id l10mr2265021oel.67.1336045354044; Thu, 03 May 2012 04:42:34 -0700 (PDT) Received: by 10.60.134.212 with HTTP; Thu, 3 May 2012 04:42:33 -0700 (PDT) In-Reply-To: <4FA263EE.8060100@gmail.com> References: <4FA263EE.8060100@gmail.com> Date: Thu, 3 May 2012 13:42:33 +0200 Message-ID: To: zoe slattery Cc: PHP QA , internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQmJQeSdfOzOcos5FlwIcU3b3EXNRHIJGLPQlvIPulWCXWP5gfZaJtMzrQCIM3Zn6Ui2Aq8g Subject: Re: [PHP-QA] running tests in parallel? From: webmaster@ajeux.com (Olivier Doucet) Hi, 2012/5/3 zoe slattery : > Hi > > Some years ago (in 2009) Stefan Priebsch, myself and a GSOC student worked > on a version of run-tests.php which would run tests in parallel - I wrote > about it here: > http://zoomsplatter.blogspot.co.uk/2009/07/on-no-not-more-tests.html. I'm very glad you have free time to finish this :) I looked at source code recently, but was unable to see what was missing to get it running. I think I emailed you about this a year ago, then I moved to QA report project ;) Having tests running in parallel will be a huge improvement. Also having different output (like XML) will help for loading user feedbacks in http://qa.php.net/reports/ If you need any help on this, feel free to ask. Olivier