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

From Heikki Linnakangas
Subject [COMMITTERS] pgsql: Add TAP tests for password-based authentication methods.
Date
Msg-id E1cooJj-0005Tu-Ky@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Heikki Linnakangas
Date:
Subject: [COMMITTERS] pgsql: Fix and simplify check for whether we're running as Windowsserv
Next
From: Andrew Gierth
Date:
Subject: Re: [COMMITTERS] pgsql: Avoid having vacuum set reltuples to 0 on non-empty relations in