Re: pgsql: Add test case for an archive recovery corner case.

Heikki Linnakangas <hlinnaka@iki.fi>

From: Heikki Linnakangas <hlinnaka@iki.fi>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-committers@lists.postgresql.org
Date: 2022-02-14T20:43:43Z
Lists: pgsql-hackers
On 14/02/2022 16:41, Tom Lane wrote:
> Heikki Linnakangas <heikki.linnakangas@iki.fi> writes:
>> Add test case for an archive recovery corner case.
> 
> hoverfly seems not to like this:
> 
> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=hoverfly&dt=2022-02-14%2012%3A36%3A12
> 

Hmm, only hoverfly - and even that succeeded on next run. Some kind of a 
flakyness I guess. I'll try to run the test in a loop and see if I can 
reproduce it.

- Heikki



Commits

  1. Fix race condition in t/028_pitr_timelines.pl.

  2. Fix race condition in 028_pitr_timelines.pl test, add note to docs.

  3. Add more logging to new 028_pitr_timelines.pl test.

  4. Add test case for an archive recovery corner case.