Re: pgsql: SSL TAP test backend library independence refactoring

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: pgsql-committers(at)lists(dot)postgresql(dot)org, Andrew Dunstan <andrew(at)dunslane(dot)net>
Subject: Re: pgsql: SSL TAP test backend library independence refactoring
Date: 2022-03-26 22:02:12
Message-ID: D3D57D63-12AF-4B3C-B289-F57B988D08E3@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

> On 26 Mar 2022, at 22:06, Daniel Gustafsson <dgustafsson(at)postgresql(dot)org> wrote:
>
> SSL TAP test backend library independence refactoring

crake complained in the Perl check due to not being able to locate the new
backend specific module:

Mar 26 17:54:33 ./src/test/ssl/t/SSL/Backend/OpenSSL.pm syntax OK
Mar 26 17:54:33 Can't locate SSL/Backend/OpenSSL.pm in @INC (you may need to install the SSL::Backend::OpenSSL module) (@INC contains: src/test/perl src/tools/msvc src/backend/catalog src/backend/utils/mb/Unicode src/bin/pg_rewind src/test/ssl src/tools/msvc/dummylib /usr/local/lib64/perl5/5.34 /usr/local/share/perl5/5.34 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at ./src/test/ssl/t/SSL/Server.pm line 71.
Mar 26 17:54:33 BEGIN failed--compilation aborted at ./src/test/ssl/t/SSL/Server.pm line 71.

Off the top of my head I'm not sure how to best solve this, do you have any
smart insights Andrew?

--
Daniel Gustafsson https://vmware.com/

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-03-26 22:15:41 Re: pgsql: SSL TAP test backend library independence refactoring
Previous Message Daniel Gustafsson 2022-03-26 21:06:01 pgsql: SSL TAP test backend library independence refactoring