Re: Running tests under valgrind is getting slower at an alarming pace

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Running tests under valgrind is getting slower at an alarming pace
Дата
Msg-id CA+TgmoZ_8jSD3-SmWG1HYKvHox-K_58+=fWzaKETjuJB6-qTbQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Running tests under valgrind is getting slower at an alarming pace  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Wed, Oct 6, 2021 at 12:47 PM Andres Freund <andres@anarazel.de> wrote:
> There's probably some of that.
>
> The fact that the tap test infrastructure does all communication with the
> server via psql each only execute only a single query is a problem -
> connection startup is expensive.

Ageed. safe_psql() is a poor-quality interface. I've been surprised in
the past that we were relying on something so primitive.

-- 
Robert Haas
EDB: http://www.enterprisedb.com



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: storing an explicit nonce
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: BUG #17212: pg_amcheck fails on checking temporary relations