Re: current head fails regression tests on mac osx - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: current head fails regression tests on mac osx
Date
Msg-id 49076AC5.9020206@enterprisedb.com
Whole thread Raw
In response to current head fails regression tests on mac osx  (Grzegorz Jaskiewicz <gj@pointblue.com.pl>)
Responses Re: current head fails regression tests on mac osx
List pgsql-hackers
Grzegorz Jaskiewicz wrote:
> I won't send the full logs here, if someone's interested in it - here's 
> tar.bz2 version:
> http://zlew.org/pg_regress.tar.bz2

This seems to be the root cause:

> + ERROR:  could not open file "/Users/gj/Projects/postgres-head/pgsql/src/test/regress/results/onek.data" for
writing:Permission denied
 

The buildfarm members running Max OS X seem to be working fine, so it 
seems there's something special in your environment that's causing that 
to fail. Is the results directory writable?

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Grzegorz Jaskiewicz
Date:
Subject: current head fails regression tests on mac osx
Next
From: Tom Lane
Date:
Subject: Re: Re: [COMMITTERS] pgsql: Rework subtransaction commit protocol for hot standby.