pgsql: Avoid and detect SIGPIPE race in TAP tests.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Avoid and detect SIGPIPE race in TAP tests.
Дата
Msg-id E1eQGq8-0000dV-5f@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Avoid and detect SIGPIPE race in TAP tests.

Don't write to stdin of a psql process that could have already exited
with an authentication failure.  Buildfarm members crake and mandrill
have failed once by doing so.  Ignore SIGPIPE in all TAP tests.
Back-patch to v10, where these tests were introduced.

Reviewed by Michael Paquier.

Discussion: https://postgr.es/m/20171209210203.GC3362632@rfd.leadboat.com

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/ac93acbc05be2ef995208c1ca17f8083f60ccc53

Modified Files
--------------
src/test/authentication/t/001_password.pl | 3 +--
src/test/authentication/t/002_saslprep.pl | 3 +--
src/test/perl/TestLib.pm                  | 4 ++++
3 files changed, 6 insertions(+), 4 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix oversights in new plpgsql test suite infrastructure.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Try to detect runtime unavailability of__builtin_mul_overflow(i