Re: pgsql: Add test case for an archive recovery corner case.
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Cc: pgsql-committers@lists.postgresql.org
Date: 2022-02-14T14:41:40Z
Lists: pgsql-hackers
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 # poll_query_until timed out executing this query: # SELECT '000000020000000000000003' <= last_archived_wal FROM pg_stat_archiver; # expecting this output: # t # last actual query output: # f # with stderr: # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 29 just after 1. [13:22:56] t/028_pitr_timelines.pl .............. Dubious, test returned 29 (wstat 7424, 0x1d00) All 1 subtests passed regards, tom lane
Commits
-
Fix race condition in t/028_pitr_timelines.pl.
- 0806cd29be01 15.0 landed
- 4f4c72c2dc06 16.0 landed
-
Fix race condition in 028_pitr_timelines.pl test, add note to docs.
- 853c6400bf5d 15.0 landed
-
Add more logging to new 028_pitr_timelines.pl test.
- 3279cef0727a 15.0 cited
-
Add test case for an archive recovery corner case.
- 50e5bc582a43 15.0 cited