Hi Stas, On Sun, Aug 11, 2013 at 1:43 PM, Stas Malyshev <smalys...@sugarcrm.com>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 yohg...@ohgaki.net