Can we include capturing logs of pgdata/pg_upgrade_output.d/*/log in buildfarm - Mailing list pgsql-hackers

From vignesh C
Subject Can we include capturing logs of pgdata/pg_upgrade_output.d/*/log in buildfarm
Date
Msg-id CALDaNm2ixCzqD82aq84HXF8f5Bv2NDPKHDWicZzB_MUAYauiyA@mail.gmail.com
Whole thread Raw
Responses Re: Can we include capturing logs of pgdata/pg_upgrade_output.d/*/log in buildfarm
List 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 by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Synchronizing slots from primary to standby
Next
From: Dave Page
Date:
Subject: Re: Fix a typo in pg_rotate_logfile