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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Add test case for an archive recovery corner case.
Дата
Msg-id 2842251.1644849700@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: Add test case for an archive recovery corner case.  (Heikki Linnakangas <heikki.linnakangas@iki.fi>)
Ответы Re: pgsql: Add test case for an archive recovery corner case.  (Heikki Linnakangas <hlinnaka@iki.fi>)
Список 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 по дате отправления:

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: pgsql: Fix skip-empty-xacts with sequences in test_decoding
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: pgsql: Track LLVM 15 changes.