[COMMITTERS] pgsql: Add TAP tests for password-based authentication methods.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема [COMMITTERS] pgsql: Add TAP tests for password-based authentication methods.
Дата
Msg-id E1cooJj-0005Tu-Ky@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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.

Michael Paquier

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/aa7464d949bf69ce1e8697f77400ff6b7ebb2d18

Modified Files
--------------
src/test/Makefile                         |  2 +-
src/test/README                           |  3 ++
src/test/authentication/Makefile          | 20 ++++++++
src/test/authentication/README            | 16 ++++++
src/test/authentication/t/001_password.pl | 84 +++++++++++++++++++++++++++++++
5 files changed, 124 insertions(+), 1 deletion(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: [COMMITTERS] pgsql: Fix and simplify check for whether we're running as Windowsserv
Следующее
От: Andrew Gierth
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Avoid having vacuum set reltuples to 0 on non-empty relations in