pgsql: Restructure Ldap TAP test - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Restructure Ldap TAP test
Date
Msg-id E1pJx6C-0054gt-Ui@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Restructure Ldap TAP test

The code for detecting the Ldap installation and setting up a test
server is broken out into a reusable module that can be used  for
additional tests to be added in later patches.

Discussion: https://postgr.es/m/06005bfb-0fd7-9d08-e0e5-440f277b73b4@dunslane.net

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ee4613d2b7327512477bcf8967e28a93fd01807d

Modified Files
--------------
src/test/ldap/LdapServer.pm | 320 ++++++++++++++++++++++++++++++++++++++++++++
src/test/ldap/t/001_auth.pl | 164 +++--------------------
2 files changed, 340 insertions(+), 144 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Add non-destructive modes to pgindent
Next
From: Andres Freund
Date:
Subject: Re: pgsql: instr_time: Represent time as an int64 on all platforms