Re: TAP test to cover "EndOfLogTLI != replayTLI" case

Поиск
Список
Период
Сортировка
От Amul Sul
Тема Re: TAP test to cover "EndOfLogTLI != replayTLI" case
Дата
Msg-id CAAJ_b97D+gyvh-=9VCX7_Cvr9Do-_pRSjrePKmjh4o21Dy9+2w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: TAP test to cover "EndOfLogTLI != replayTLI" case  (Andres Freund <andres@anarazel.de>)
Ответы Re: TAP test to cover "EndOfLogTLI != replayTLI" case  (Julien Rouhaud <rjuju123@gmail.com>)
Список pgsql-hackers
On Mon, Jan 10, 2022 at 8:25 AM Andres Freund <andres@anarazel.de> wrote:
>
> Hi,
>
> On 2021-11-23 11:43:21 +0530, Amul Sul wrote:
> > Attached patch covers a case where TLI in the filename for a
> > record being read is different from where it belongs to. In other
> > words, it covers following case noted in StartupXLOG():
>
> > Thoughts? Suggestions?
>
> It seems the test isn't quite reliable. It occasionally fails on freebsd,
> macos, linux and always on windows (starting with the new CI stuff, before the
> test wasn't run).
>
> See https://cirrus-ci.com/github/postgresql-cfbot/postgresql/commitfest/36/3427
>

Thanks for the note, I can see the same test is failing on my centos
vm too with the latest master head(376ce3e404b).  The failing reason is
the "recovery_target_inclusive = off" setting which is unnecessary for
this test, the attached patch removing the same.

Regards,
Amul

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bharath Rupireddy
Дата:
Сообщение: Fix a possible typo in rewriteheap.c code comments
Следующее
От: Andres Freund
Дата:
Сообщение: pg_upgrade verbosity when redirecting output to log file