Re: Avoid generating SSL certs for LDAP tests

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Avoid generating SSL certs for LDAP tests
Дата
Msg-id 921523.1671463538@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Avoid generating SSL certs for LDAP tests  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: Avoid generating SSL certs for LDAP tests  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
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?

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

            regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: meson files copyright
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Support logical replication of DDLs