[HACKERS] Re: [COMMITTERS] pgsql: Add TAP tests for password-basedauthentication methods.

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема [HACKERS] Re: [COMMITTERS] pgsql: Add TAP tests for password-basedauthentication methods.
Дата
Msg-id CAB7nPqRZ_LNTCJ7gGjE_SpRanGoALfTgsxdauNsKq+LBRH9fxg@mail.gmail.com
обсуждение исходный текст
Ответы [HACKERS] Re: [COMMITTERS] pgsql: Add TAP tests for password-basedauthentication methods.  (Heikki Linnakangas <hlinnaka@iki.fi>)
Список pgsql-hackers
On Fri, Mar 17, 2017 at 6:37 PM, Heikki Linnakangas
<heikki.linnakangas@iki.fi> wrote:
> Add TAP tests for password-based authentication methods.
>
> Tests all combinations of users with MD5, plaintext and SCRAM verifiers
> stored in pg_authid, with plain 'password', 'md5' and 'scram'
> authentication methods.

This patch has forgotten two things:
1) src/test/authentication/.gitignore.
2) A refresh of vcregress.pl to run this test suite on Windows.
Please find attached a patch to address both issues.
-- 
Michael

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Вложения

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

Предыдущее
От: Petr Jelinek
Дата:
Сообщение: Re: [HACKERS] logical replication apply to run with sync commit off by default
Следующее
От: Peter Eisentraut
Дата:
Сообщение: [HACKERS] createlang/droplang deprecated