Re: pgsql: Add test case for an archive recovery corner case. - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Add test case for an archive recovery corner case.
Date
Msg-id 2842251.1644849700@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Add test case for an archive recovery corner case.  (Heikki Linnakangas <heikki.linnakangas@iki.fi>)
Responses Re: pgsql: Add test case for an archive recovery corner case.
List pgsql-committers
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



pgsql-committers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: pgsql: Fix skip-empty-xacts with sequences in test_decoding
Next
From: Fabien COELHO
Date:
Subject: Re: pgsql: Track LLVM 15 changes.