Can we include capturing logs of pgdata/pg_upgrade_output.d/*/log in buildfarm

Поиск
Список
Период
Сортировка
От vignesh C
Тема Can we include capturing logs of pgdata/pg_upgrade_output.d/*/log in buildfarm
Дата
Msg-id CALDaNm2ixCzqD82aq84HXF8f5Bv2NDPKHDWicZzB_MUAYauiyA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Can we include capturing logs of pgdata/pg_upgrade_output.d/*/log in buildfarm  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
Hi,

Recently there have been few upgrade tap test failures in buildfarm
like in [1] & [2]. Analysing these failures requires the log files
that are getting generated from src/bin/pg_upgrade at the following
locations:
tmp_check/*/pgdata/pg_upgrade_output.d/*/*.txt   - e.g.
tmp_check/t_004_subscription_new_sub1_data/pgdata/pg_upgrade_output.d/20240214T052229.045/subs_invalid.txt
tmp_check/*/pgdata/pg_upgrade_output.d/*/*/*.log - e.g.
tmp_check/t_004_subscription_new_sub1_data/pgdata/pg_upgrade_output.d/20240214T052229.045/log/pg_upgrade_server.log

First regex is the testname_clusterinstance_data, second regex is the
timestamp used for pg_upgrade, third regex is for the text files
generated by pg_upgrade and fourth regex is for the log files
generated by pg_upgrade.

Can we include these log files also in the buildfarm?

[1] - https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=drongo&dt=2024-02-10%2007%3A03%3A10
[2] - https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=drongo&dt=2023-12-07%2003%3A56%3A20

Regards,
Vignesh



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: Synchronizing slots from primary to standby
Следующее
От: Dave Page
Дата:
Сообщение: Re: Fix a typo in pg_rotate_logfile