Newsgroups: php.internals,php.qa Path: news.php.net Xref: news.php.net php.internals:56058 php.qa:65955 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42377 invoked from network); 3 Nov 2011 22:58:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Nov 2011 22:58:53 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.160.170 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.160.170 mail-gy0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:34156] helo=mail-gy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 83/FF-50864-CAC13BE4 for ; Thu, 03 Nov 2011 17:58:53 -0500 Received: by gyg13 with SMTP id 13so2028006gyg.29 for ; Thu, 03 Nov 2011 15:58:50 -0700 (PDT) Received: by 10.150.53.4 with SMTP id b4mr12371627yba.42.1320361130170; Thu, 03 Nov 2011 15:58:50 -0700 (PDT) Received: from [192.168.200.5] (c-50-131-44-225.hsd1.ca.comcast.net. [50.131.44.225]) by mx.google.com with ESMTPS id p15sm21395825anf.11.2011.11.03.15.58.48 (version=SSLv3 cipher=OTHER); Thu, 03 Nov 2011 15:58:49 -0700 (PDT) Message-ID: <4EB31CA7.6080008@lerdorf.com> Date: Thu, 03 Nov 2011 15:58:47 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: Ferenc Kovacs CC: Felipe Pena , Klaus Silveira , Stefan Marr , PHP Internals , PHP QA References: <4E66C906.7060402@sugarcrm.com> <02FCF0AC-207E-4783-B590-E1F8150BD0E6@stefan-marr.de> <4EB316C2.3050000@lerdorf.com> In-Reply-To: X-Enigmail-Version: 1.4a1pre Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] CI for 5.4 From: rasmus@lerdorf.com (Rasmus Lerdorf) On 11/03/2011 03:47 PM, Ferenc Kovacs wrote: > A, it will report every test failure, but we fix all of our tests so we > are cool. (my preference) But even if we do that, when a test does fail, it may take a couple of days to fix it. It would be nice if we didn't get an internals email for every commit that triggers a build during that time. So even in this ideal case I think the notification mechanism needs to be smarter. -Rasmus