Re: pgsql: Add tests for libpq gssencmode and sslmode options

Heikki Linnakangas <hlinnaka@iki.fi>

From: Heikki Linnakangas <hlinnaka@iki.fi>
To: Peter Eisentraut <peter@eisentraut.org>, pgsql-committers@lists.postgresql.org
Date: 2024-04-10T15:54:57Z
Lists: pgsql-hackers
On 10/04/2024 17:48, Peter Eisentraut wrote:
> On 08.04.24 01:50, Heikki Linnakangas wrote:
>> Add tests for libpq gssencmode and sslmode options
> 
> Why aren't these tests at
> src/interfaces/libpq/t/nnn_negotiate_encryption.pl ?

To be honest, it never occurred to me. It started out as extra tests 
under src/test/ssl/, and when I decided to move them out to its own 
module, I didn't think of moving them to src/interfaces/libpq/t/.

I will move it, barring any objections or better ideas.

-- 
Heikki Linnakangas
Neon (https://neon.tech)




Commits

  1. Move libpq encryption negotiation tests

  2. Add tests for libpq gssencmode and sslmode options