Re: Minor improvements to test log navigability - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Minor improvements to test log navigability
Date
Msg-id YoLm2PkvQcYSZfOc@paquier.xyz
Whole thread Raw
In response to Re: Minor improvements to test log navigability  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Mon, May 16, 2022 at 12:18:24PM -0400, Tom Lane wrote:
> Andrew would have to weigh in on whether this'd break the buildfarm,
> but if it doesn't, +1.

FWIW, the buildfarm client feeds from the contents of the directory
tmp_check/log/, so a simple renaming of the main log file would have
no impact.  Here are the parts of the code doing that:
PGBuild/Modules/TestMyTap.pm:   my @logs = glob("$self->{where}/tmp_check/log/*");
run_build.pl:   my @logs = glob("$dir/tmp_check/log/*");
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: has_wal_read_bug
Next
From: Thomas Munro
Date:
Subject: Re: Minor improvements to test log navigability