Re: pgsql: Close stdin where it's not needed in TestLib.pm procedures

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pgsql: Close stdin where it's not needed in TestLib.pm procedures
Дата
Msg-id f4191724-423b-73e8-c91b-ee4057161cf3@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: pgsql: Close stdin where it's not needed in TestLib.pm procedures  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: pgsql: Close stdin where it's not needed in TestLib.pm procedures  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
On 2019-11-26 05:43, Michael Paquier wrote:
> This one is causing failures with the TAP tests of initdb on all AIX
> animals and prairiedog:
> # Running: initdb --help
> Can't locate IO/Pty.pm in @INC (@INC contains: ../../../src/test/perl/
> . /usr/local/perl5.8.3/lib/5.8.3/darwin-2level
> [...]
> Unexpected SCALAR(0x1987690) in harness() parameter 7 at
> ../../../src/test/perl//TestLib.pm line 692

I'm also seeing this problem on macOS in 
src/test/recovery/t/016_min_consistency.pl .

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Close stdin where it's not needed in TestLib.pm procedures
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: pgsql: Fix unportable printf format introduced in commit 9290ad198.