Re: pgsql: SSL TAP test backend library independence refactoring - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: SSL TAP test backend library independence refactoring
Date
Msg-id 176585.1648332941@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: SSL TAP test backend library independence refactoring  (Daniel Gustafsson <daniel@yesql.se>)
Responses Re: pgsql: SSL TAP test backend library independence refactoring  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-committers
Daniel Gustafsson <daniel@yesql.se> writes:
> 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/sslsrc/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.pmline 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?

Looks like crake has a hard-wired list of INC directories for this step,
that now needs to be extended to include src/test/ssl/t/.

            regards, tom lane



pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: pgsql: SSL TAP test backend library independence refactoring
Next
From: Andrew Dunstan
Date:
Subject: Re: pgsql: SSL TAP test backend library independence refactoring