Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74723 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18532 invoked from network); 3 Jun 2014 16:17:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jun 2014 16:17:44 -0000 Authentication-Results: pb1.pair.com smtp.mail=ocramius@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ocramius@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.52 as permitted sender) X-PHP-List-Original-Sender: ocramius@gmail.com X-Host-Fingerprint: 209.85.216.52 mail-qa0-f52.google.com Received: from [209.85.216.52] ([209.85.216.52:53149] helo=mail-qa0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A4/0A-64944-725FD835 for ; Tue, 03 Jun 2014 12:17:43 -0400 Received: by mail-qa0-f52.google.com with SMTP id cm18so5327550qab.11 for ; Tue, 03 Jun 2014 09:17:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=QDEMups1s75fzBAcHgu7yw21I7DJMTj0+lacx0GA9fU=; b=y5mXyVBtlcfjvFm7P4DbxAOyRHrjRL8MHOq0wlj+GHAy5WL9n44Doa7TbI5NQ8yltK b8N5sQW96CSwPiz/xIpGDwPtl+evnbcseG5zLIAotlee6ru1sESFzD3QZTJ7i2JXlE3P D13jc8S8BreHVxtw8dLkUPB6zQ5Qyy93fEHceuHqrZV3avzTwvoRm6uotLoYei0zdUXx QQ9HFuQGwAyZpjN4QnmTm6yOSj+C515VArGI/pkCU/kLv5m8DVxxBCH0SVs6K/I9w9l9 4edRmsjbBtf+QNpLKrHghQMVJ7MQHu1WKXTufIwDG8nynBjfiDeSPWIgV7LnwO8tSt9K Njqw== X-Received: by 10.140.44.34 with SMTP id f31mr57782034qga.73.1401812260782; Tue, 03 Jun 2014 09:17:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.47.193 with HTTP; Tue, 3 Jun 2014 09:17:20 -0700 (PDT) In-Reply-To: <1401811624.2282.86.camel@guybrush> References: <53886F73.70402@php.net> <1401810913.2282.81.camel@guybrush> <1401811624.2282.86.camel@guybrush> Date: Tue, 3 Jun 2014 18:17:20 +0200 Message-ID: To: =?UTF-8?Q?Johannes_Schl=C3=BCter?= Cc: Benjamin Eberlei , Remi Collet , julien pauli , PHP Content-Type: multipart/alternative; boundary=001a1139fddad8bc0004faf0d968 Subject: Re: [PHP-DEV] BC break in 5.4.29 and 5.5.13 From: ocramius@gmail.com (Marco Pivetta) --001a1139fddad8bc0004faf0d968 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 3 June 2014 18:07, Johannes Schl=C3=BCter wrote= : > Nightly testing (or push testing) I see on our side. The issue with > testing applications is that we need the time from the individual > project maintainers. Not knowing the application it often is quite hard > to dig down what in the underlying systems broke. Project maintainers > typically an pinpoint this faster. > Pushing a "nightly" package to Travis would solve this issue almost entirely. > Speaking about resources: The core PHP team is very small, way to small > to keep up with a relevant amount of projects all moving. > There's an already working test suite by the HHVM folks at https://github.com/facebook/hhvm/blob/1ecb4443d95c2e2659028f148083dd5c85f20= 99b/hphp/test/frameworks/frameworks.yaml In the eventuality in which PHP-SRC retains control over the CI environment that runs the framework tests, this suite could be reused. The problem is that it actually takes days to run all those tests, and I don't know if the hardware is available. Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ --001a1139fddad8bc0004faf0d968--