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

From Peter Eisentraut
Subject Re: pgsql: Close stdin where it's not needed in TestLib.pm procedures
Date
Msg-id f4191724-423b-73e8-c91b-ee4057161cf3@2ndquadrant.com
Whole thread Raw
In response to Re: pgsql: Close stdin where it's not needed in TestLib.pm procedures  (Michael Paquier <michael@paquier.xyz>)
Responses Re: pgsql: Close stdin where it's not needed in TestLib.pm procedures  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Close stdin where it's not needed in TestLib.pm procedures
Next
From: Amit Kapila
Date:
Subject: Re: pgsql: Fix unportable printf format introduced in commit 9290ad198.