Re: Timeout control within tests

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Timeout control within tests
Дата
Msg-id 20220218054825.vhoiv2f7vgwdsnnb@alap3.anarazel.de
обсуждение исходный текст
Ответ на Timeout control within tests  (Noah Misch <noah@leadboat.com>)
Ответы Re: Timeout control within tests
Список pgsql-hackers
Hi,

On 2022-02-17 21:28:42 -0800, Noah Misch wrote:
> I propose to have environment variable PG_TEST_TIMEOUT_DEFAULT control the
> timeout used in the places that currently hard-code 180s.

Meson's test runner has the concept of a "timeout multiplier" for ways of
running tests. Meson's stuff is about entire tests (i.e. one tap test), so
doesn't apply here, but I wonder if we shouldn't do something similar?  That
way we could adjust different timeouts with one setting, instead of many
different fobs to adjust?

Greetings,

Andres Freund



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

Предыдущее
От: Noah Misch
Дата:
Сообщение: Timeout control within tests
Следующее
От: Andy Fan
Дата:
Сообщение: Re: Condition pushdown: why (=) is pushed down into join, but BETWEEN or >= is not?