From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | Andres Freund <andres(at)anarazel(dot)de>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>, Michael Paquier <michael(at)paquier(dot)xyz>, Justin Pryzby <pryzby(at)telsasoft(dot)com>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: pg_upgrade test writes to source directory |
Date: | 2022-08-16 15:33:12 |
Message-ID: | 3bc833ac-b7f5-ff72-5c93-b7bfbfde37e6@dunslane.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 2022-08-15 Mo 23:20, Andres Freund wrote:
>
> I've also attached a 0003 that splits the log location from the data
> location. That could be used to make the log file location symmetrical between
> pg_regress (log/) and tap tests (tmp_check/log). But it'd break the
> buildfarm's tap test log file collection, so I don't think that's something we
> really can do soon-ish?
Where would you like to have the buildfarm client search? Currently it
does this:
my @logs = glob("$dir/tmp_check/log/*");
$log->add_log($_) foreach (@logs);
I can add another pattern in that glob expression. I'm intending to put
out a new release pretty soon (before US Labor Day).
cheers
andrew
--
Andrew Dunstan
EDB: https://www.enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2022-08-16 15:34:39 | Re: Include the dependent extension information in describe command. |
Previous Message | Tom Lane | 2022-08-16 14:58:16 | Re: pg_upgrade test writes to source directory |