Re: Stabilizing the test_decoding checks, take N

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Stabilizing the test_decoding checks, take N
Дата
Msg-id 2162727.1650232543@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Stabilizing the test_decoding checks, take N  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> On 2022-04-17 12:01:53 -0400, Tom Lane wrote:
>> It seems likely to me that trying to make a test like this one blind to
>> autovacuum/autoanalyze activity will make it less useful, not more so.
>> Why is such blindness desirable?

> Maybe I misunderstood - I thought you were proposing to prevent
> autovacuum by increasing naptime? Won't that precisely blind us to
> autovacuum/analyze?  Hiding empty xacts happens "very late", so all the
> decoding etc still happens.

My concern is basically that if we hack the code so it does not report
autovacuum activity, that might result in it also not reporting other
things that are more interesting.  So I think an external method of
suppressing test noise due to autovac is more advisable.

            regards, tom lane



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Stabilizing the test_decoding checks, take N
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Add TAP test for archive_cleanup_command and recovery_end_comman