pgsql: Document PG_TEST_EXTRA=libpq_encryption and also check 'kerberos

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Document PG_TEST_EXTRA=libpq_encryption and also check 'kerberos
Date: 2024-04-12 16:56:26
Message-ID: E1rvKCQ-001lVY-7k@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Document PG_TEST_EXTRA=libpq_encryption and also check 'kerberos'

In the libpq encryption negotiation tests, don't run the GSSAPI tests
unless PG_TEST_EXTRA='kerberos' is also set. That makes it possible to
still run most of the tests when GSSAPI support is compiled in, but
there's no MIT Kerberos installation.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4cc1c76fe9f13aa96bae14f4fcfdf6d508af72a4

Modified Files
--------------
doc/src/sgml/regress.sgml | 14 +++++++++++++-
src/interfaces/libpq/t/005_negotiate_encryption.pl | 14 ++++++++++----
2 files changed, 23 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2024-04-12 16:57:02 Re: pgsql: Refactor libpq state machine for negotiating encryption
Previous Message Andrew Dunstan 2024-04-12 14:59:20 pgsql: Fix some memory leaks associated with parsing json and manifests