pgsql: Restructure Ldap TAP test

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Restructure Ldap TAP test
Дата
Msg-id E1pJx6C-0054gt-Ui@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Restructure Ldap TAP test

The code for detecting the Ldap installation and setting up a test
server is broken out into a reusable module that can be used  for
additional tests to be added in later patches.

Discussion: https://postgr.es/m/06005bfb-0fd7-9d08-e0e5-440f277b73b4@dunslane.net

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ee4613d2b7327512477bcf8967e28a93fd01807d

Modified Files
--------------
src/test/ldap/LdapServer.pm | 320 ++++++++++++++++++++++++++++++++++++++++++++
src/test/ldap/t/001_auth.pl | 164 +++--------------------
2 files changed, 340 insertions(+), 144 deletions(-)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Add non-destructive modes to pgindent
Следующее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: instr_time: Represent time as an int64 on all platforms