pgsql: Restructure Ldap TAP test

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Restructure Ldap TAP test
Date: 2023-01-23 13:43:01
Message-ID: E1pJx6C-0054gt-Ui@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2023-01-23 17:16:28 Re: pgsql: instr_time: Represent time as an int64 on all platforms
Previous Message Andrew Dunstan 2023-01-23 12:11:09 pgsql: Add non-destructive modes to pgindent