Re: pg_upgrade test writes to source directory - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: pg_upgrade test writes to source directory
Date
Msg-id YpmAAEvLqV0tbdzc@paquier.xyz
Whole thread Raw
In response to Re: pg_upgrade test writes to source directory  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: pg_upgrade test writes to source directory
List pgsql-hackers
On Thu, Jun 02, 2022 at 05:17:34PM -0400, Andrew Dunstan wrote:
> I hope we fix the original issue soon - it's apparently been the cause
> of numerous buildfarm failures that it was on my list to investigate
> e.g.
> <https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=jacana&dt=2022-05-15%2019%3A24%3A27>

Oops.  Thanks, Andrew, I was not aware of that.  I don't really want
to wait more if this impacts some of the buildfarm animals.  Even if
we don't conclude with the use of TESTOUTDIR for the time being, I see
no strong objections in using TESTDIR/tmp_check, aka
${PostgreSQL::Test::Utils::tmp_check}.  So I propose to apply a fix
doing that in the next 24 hours or so.  We can always switch to a
different path once we decide something else, if necessary.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: PG15 beta1 sort performance regression due to Generation context change
Next
From: John Naylor
Date:
Subject: Re: some aspects of our qsort might not be ideal