Re: [COMMITTERS] pgsql: passwordcheck: Add test suite

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: passwordcheck: Add test suite
Date: 2017-11-02 16:57:52
Message-ID: 15dd3044-4d47-4135-c9e3-fe55916c61b0@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On 9/15/17 00:20, Michael Paquier wrote:
> On Fri, Sep 15, 2017 at 12:02 PM, Michael Paquier
> <michael(dot)paquier(at)gmail(dot)com> wrote:
>> On Fri, Sep 15, 2017 at 11:46 AM, Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:
>>> passwordcheck: Add test suite
>>>
>>> Also improve one error message.
>>>
>>> Reviewed-by: David Steele <david(at)pgmasters(dot)net>
>>
>> Sorry for showing up late for this topic.
>> +REGRESS_OPTS = --temp-config $(srcdir)/passwordcheck.conf
>> +REGRESS = passwordcheck
>> +# disabled because these tests require setting shared_preload_libraries
>> +NO_INSTALLCHECK = 1
>> You could have avoided all that by just issuing "load
>> 'passwordcheck';" at the beginning of the test. And you gain support
>> for installcheck this way.
>
> In short you just need the attached ;)

committed

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message nmmulla 2017-11-02 16:59:50 sytax errors in standby commands
Previous Message Peter Eisentraut 2017-11-02 16:57:10 pgsql: Simplify new test suite handling of passwordcheck

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2017-11-02 17:04:50 Re: [PATCH] Minor patch to correct symbol name in logs
Previous Message Peter Geoghegan 2017-11-02 16:56:39 Re: [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple