Re: TAP test breakage on MacOS X - Mailing list pgsql-hackers

From Tom Lane
Subject Re: TAP test breakage on MacOS X
Date
Msg-id 9449.1412302096@sss.pgh.pa.us
Whole thread Raw
In response to TAP test breakage on MacOS X  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: TAP test breakage on MacOS X
Re: TAP test breakage on MacOS X
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> make check-world dies ingloriously for me, like this:

FWIW, it works fine for me on my Mac laptop, using the Perl 5.16.2 that
comes standard with OSX 10.9.5.  I did have to install IPC::Run from
CPAN though.

> #   Failed test 'initdb options handling'
> #   at /opt/local/lib/perl5/5.12.5/Test/Builder.pm line 229.

This output seems to be pretty clear proof that you're not using
Apple's Perl.  What is it exactly (where did you get it from)?

Also, noticing that what you're using is evidently Perl 5.12, I'm
wondering whether our TAP test scripts require a fairly new Perl version.
I recall some of my Salesforce colleagues griping that the TAP scripts
didn't work with older Perls.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Andrew Gierth
Date:
Subject: GiST splitting on empty pages
Next
From: Fabrízio de Royes Mello
Date:
Subject: Re: Patch to add support of "IF NOT EXISTS" to others "CREATE" statements