Re: pgsql: Require version 0.98 of Test::More for TAP tests

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org, Noah Misch <noah(at)leadboat(dot)com>
Subject: Re: pgsql: Require version 0.98 of Test::More for TAP tests
Date: 2021-11-21 00:32:23
Message-ID: 3369927.1637454743@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

I wrote:
> Hah, looks like wrasse beat me to it [1]. I'd supposed that Noah
> was using a manually-installed Perl there, but maybe not?

No, wait, I *did* check wrasse. Its configure run reports

checking for perl module Test::More 0.98... 1.302162

so everything looks fine there. But now we have this
in test-decoding-check:

Test::More version 0.98 required--this is only version 0.92 at /export/home/nm/farm/studio64v12_6/HEAD/pgsql.build/../pgsql/src/test/perl/PostgreSQL/Test/Utils.pm line 63.
BEGIN failed--compilation aborted at /export/home/nm/farm/studio64v12_6/HEAD/pgsql.build/../pgsql/src/test/perl/PostgreSQL/Test/Utils.pm line 63.

So apparently the true issue is that this test is somehow failing to use
the same perl, or the same perl import path, as configure did.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2021-11-21 00:36:30 Re: pgsql: Require version 0.98 of Test::More for TAP tests
Previous Message Tom Lane 2021-11-21 00:26:04 Re: pgsql: Require version 0.98 of Test::More for TAP tests