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

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
Cc: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: Add TAP tests for password-based authentication methods.
Date: 2017-03-18 12:55:26
Message-ID: CAB7nPqRZ_LNTCJ7gGjE_SpRanGoALfTgsxdauNsKq+LBRH9fxg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Fri, Mar 17, 2017 at 6:37 PM, Heikki Linnakangas
<heikki(dot)linnakangas(at)iki(dot)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

Attachment Content-Type Size
auth-test-fixes.patch text/x-patch 2.7 KB

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-03-18 13:43:08 pgsql: doc: Correct row count in table
Previous Message Robert Haas 2017-03-18 11:43:13 pgsql: Create and use wait events for read, write, and fsync operations

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2017-03-18 13:00:16 createlang/droplang deprecated
Previous Message Petr Jelinek 2017-03-18 12:31:22 Re: logical replication apply to run with sync commit off by default