Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68489 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33041 invoked from network); 11 Aug 2013 05:19:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Aug 2013 05:19:10 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.49 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.215.49 mail-la0-f49.google.com Received: from [209.85.215.49] ([209.85.215.49:55706] helo=mail-la0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 30/78-06453-DCE17025 for ; Sun, 11 Aug 2013 01:19:10 -0400 Received: by mail-la0-f49.google.com with SMTP id ev20so3866961lab.8 for ; Sat, 10 Aug 2013 22:19:06 -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=g3K2IRhqaBIFTbXhH3TEmTQjo/3n8IBUKFD2ldiFQXk=; b=aVUtaan82mSaQf0qOt8Zwla/amgsXlpsB0tSF2RdHgsNjzC89WXwiZYgzW+r21qEEq QUMWZ4S0KKlzoE4plnuh/m2QTjf+hEEwjdXL12GyjdQuzWCFklVX1cAtMHBRkndi2mhg p8qNk3k4Wfdu8V66cBskVPVyouRizFwjtmoibJmrdA/cUd6aopI+y+Mo5j+PaSvaWOo+ Ns4VVGBLoKmjcBB+7nS5Qb3q3wH3VxeENugdle6Qf0+RzIr6ZB/uoCikND3Lg+v7DX8Z GSvC34fENpGn5dHdKtdgKdgt7xe39XCkgn5p78Cmv1jhOioxhFkzvrQqI502TvRPYSkm L/Qg== X-Received: by 10.152.37.41 with SMTP id v9mr3224523laj.9.1376198346448; Sat, 10 Aug 2013 22:19:06 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.127.233 with HTTP; Sat, 10 Aug 2013 22:18:26 -0700 (PDT) In-Reply-To: <52071660.8060506@sugarcrm.com> References: <520709C9.9070105@sugarcrm.com> <52071660.8060506@sugarcrm.com> Date: Sun, 11 Aug 2013 14:18:26 +0900 X-Google-Sender-Auth: SBwP8LqqNHgIcxBDrHEz-Lxo0mA Message-ID: To: Stas Malyshev Cc: PHP Internals Content-Type: multipart/alternative; boundary=089e0160b99894a31a04e3a52505 Subject: Re: [PHP-DEV] travis-CI failures From: yohgaki@ohgaki.net (Yasuo Ohgaki) --089e0160b99894a31a04e3a52505 Content-Type: text/plain; charset=UTF-8 Hi Stas, On Sun, Aug 11, 2013 at 1:43 PM, Stas Malyshev wrote: > > I have PostgreSQL 8.1 though 9.3 installed on my dev system and cannot > > reproduce with my PostgreSQLs and PHP 5.5 branch. > > It happens on master, not on 5.5. Here's description of Travis CI: > pgsql module's code is the same, I think. I run tests on master and still could not reproduce. > http://about.travis-ci.org/docs/user/ci-environment/ > http://about.travis-ci.org/docs/user/database-setup/ > > > I guess Trivis-CI has some settings. > > > > I think it can be ignored, but if there is postgresql.conf available, > > I'll look > > into it. > > You mean these tests should be removed or put into XFAIL? We shouldn't > just ignore failing tests, that kind of defeats the purpose of having them. According to the doc, they have PostgreSQL 9.1.x. However, tests for 8.x is failing which should not happen with 9.x environment. I guess they have non standard setup for reasons. My PostgreSQL binary are took from git check out and built as ./configure --prefix=/some/path && make install Only place that I've changed in postgresql.conf is port number, so that I can start multiple PostgreSQL at once. I'm using [yohgaki@dev PHP-master]$ uname -a Linux dev 3.9.9-302.fc19.x86_64 #1 SMP Sat Jul 6 13:41:07 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux According to the doc, they are using "Ubuntu 12.04 LTS Server Edition 64 bit" Any Ubuntu users can verify the issue? Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --089e0160b99894a31a04e3a52505--