Re: pg_upgrade test writes to source directory

Поиск
Список
Период
Сортировка
Искать
От
Andres Freund
Тема
Re: pg_upgrade test writes to source directory
Дата
Msg-id
20220816154232.sbamzbolbhyolmxc@awork3.anarazel.de
Ответ на
Список
Дерево обсуждения
pg_upgrade test writes to source directory Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Re: pg_upgrade test writes to source directory Michael Paquier <michael@paquier.xyz>
Re: pg_upgrade test writes to source directory Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Re: pg_upgrade test writes to source directory Michael Paquier <michael@paquier.xyz>
Re: pg_upgrade test writes to source directory Justin Pryzby <pryzby@telsasoft.com>
Re: pg_upgrade test writes to source directory Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Re: pg_upgrade test writes to source directory Michael Paquier <michael@paquier.xyz>
Re: pg_upgrade test writes to source directory Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Re: pg_upgrade test writes to source directory Michael Paquier <michael@paquier.xyz>
Re: pg_upgrade test writes to source directory Tom Lane <tgl@sss.pgh.pa.us>
Re: pg_upgrade test writes to source directory Michael Paquier <michael@paquier.xyz>
Re: pg_upgrade test writes to source directory Tom Lane <tgl@sss.pgh.pa.us>
Re: pg_upgrade test writes to source directory Michael Paquier <michael@paquier.xyz>
Re: pg_upgrade test writes to source directory Andres Freund <andres@anarazel.de>
Re: pg_upgrade test writes to source directory Tom Lane <tgl@sss.pgh.pa.us>
Re: pg_upgrade test writes to source directory Michael Paquier <michael@paquier.xyz>
Re: pg_upgrade test writes to source directory Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Re: pg_upgrade test writes to source directory Andres Freund <andres@anarazel.de>
Re: pg_upgrade test writes to source directory Michael Paquier <michael@paquier.xyz>
Re: pg_upgrade test writes to source directory Andrew Dunstan <andrew@dunslane.net>
Re: pg_upgrade test writes to source directory Michael Paquier <michael@paquier.xyz>
Re: pg_upgrade test writes to source directory Andres Freund <andres@anarazel.de>
Re: pg_upgrade test writes to source directory Michael Paquier <michael@paquier.xyz>
Re: pg_upgrade test writes to source directory Tom Lane <tgl@sss.pgh.pa.us>
Re: pg_upgrade test writes to source directory Andres Freund <andres@anarazel.de>
Re: pg_upgrade test writes to source directory Tom Lane <tgl@sss.pgh.pa.us>
Re: pg_upgrade test writes to source directory Andres Freund <andres@anarazel.de>
Re: pg_upgrade test writes to source directory Tom Lane <tgl@sss.pgh.pa.us>
Re: pg_upgrade test writes to source directory Andres Freund <andres@anarazel.de>
Re: pg_upgrade test writes to source directory Andrew Dunstan <andrew@dunslane.net>
Re: pg_upgrade test writes to source directory Andres Freund <andres@anarazel.de>
Hi,

On 2022-08-16 11:33:12 -0400, Andrew Dunstan wrote:
> 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).

$dir/log, so it's symmetric to the location of log files of regress/isolation
tests.

Thanks!

Andres


В списке pgsql-hackers по дате отправления
От: Bruce Momjian
Дата:
От: Tom Lane
Дата:
FAQ