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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Add test case for an archive recovery corner case.
Date: 2022-02-14 14:41:40
Message-ID: 2842251.1644849700@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Fabien COELHO 2022-02-14 15:06:10 Re: pgsql: Track LLVM 15 changes.
Previous Message Tomas Vondra 2022-02-14 14:05:02 Re: pgsql: Fix skip-empty-xacts with sequences in test_decoding

Browse pgsql-hackers by date

  From Date Subject
Next Message Ashutosh Sharma 2022-02-14 14:44:11 Re: Make mesage at end-of-recovery less scary.
Previous Message Robert Haas 2022-02-14 14:33:50 Re: Allow parallel plan for referential integrity checks?