Re: Testing autovacuum wraparound (including failsafe)

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: Testing autovacuum wraparound (including failsafe)
Дата
Msg-id C9CF2F76-0D81-4C9D-9832-202BE8517056@yesql.se
обсуждение исходный текст
Ответ на Re: Testing autovacuum wraparound (including failsafe)  (Masahiko Sawada <sawada.mshk@gmail.com>)
Ответы Re: Testing autovacuum wraparound (including failsafe)  (Michael Paquier <michael@paquier.xyz>)
Re: Testing autovacuum wraparound (including failsafe)  (Noah Misch <noah@leadboat.com>)
Список pgsql-hackers
> On 12 Jul 2023, at 09:52, Masahiko Sawada <sawada.mshk@gmail.com> wrote:

> Agreed. The timeout can be set by manually setting
> PG_TEST_TIMEOUT_DEFAULT, but I bump it to 10 min by default. And it
> now require setting PG_TET_EXTRA to run it.

+# bump the query timeout to avoid false negatives on slow test syetems.
typo: s/syetems/systems/


+# bump the query timeout to avoid false negatives on slow test syetems.
+$ENV{PG_TEST_TIMEOUT_DEFAULT} = 600;
Does this actually work?  Utils.pm read the environment variable at compile
time in the BEGIN block so this setting won't be seen?  A quick testprogram
seems to confirm this but I might be missing something.

--
Daniel Gustafsson




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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Consistent coding for the naming of LR workers
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Synchronizing slots from primary to standby