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

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>, Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Close stdin where it's not needed in TestLib.pm procedures
Date: 2019-11-26 08:51:22
Message-ID: f4191724-423b-73e8-c91b-ee4057161cf3@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2019-11-26 12:36:38 Re: pgsql: Fix unportable printf format introduced in commit 9290ad198.
Previous Message Michael Paquier 2019-11-26 08:47:02 Re: pgsql: Close stdin where it's not needed in TestLib.pm procedures