Re: Avoid generating SSL certs for LDAP tests

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Avoid generating SSL certs for LDAP tests
Дата
Msg-id ff407f18-ffa7-9dd8-bf5a-413bce775859@dunslane.net
обсуждение исходный текст
Ответ на Re: Avoid generating SSL certs for LDAP tests  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Avoid generating SSL certs for LDAP tests  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On 2022-12-19 Mo 10:25, Tom Lane wrote:
> Andrew Dunstan <andrew@dunslane.net> writes:
>> We don't generate SSL certificates for running the SSL tests, but
>> instead use pregenerated certificates that are part of our source code.
>> This patch applies the same policy to the LDAP tests, and in fact simply
>> reuses certificates from the SSL test suite by copying them. It won't
>> save much but it should save a handful of cycles at run time.
> +1, but should there be a comment somewhere under test/ssl pointing
> out this external use of the certs?


OK, I'll find a place to mention that.


> Also, I bet this needs some adjustment for VPATH builds.            


I have tested it with both a make style vpath build and with meson - it
works fine.


cheers


andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Nikita Malakhov
Дата:
Сообщение: Re: Patch: Global Unique Index
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Add a test to ldapbindpasswd