Re: LDAP & Kerberos test woes

2024-04-07 Thread Heikki Linnakangas
On 07/04/2024 13:19, Heikki Linnakangas wrote: 1st patch fixes the LDAP setup tests, and 2nd patch fixes the error handling in the END blocks. Committed and backpatched these test fixes. -- Heikki Linnakangas Neon (https://neon.tech)

LDAP & Kerberos test woes

2024-04-07 Thread Heikki Linnakangas
While refactoring the Kerberos test module in preparation for adding libpq encryption negotiation tests [1], I noticed that if the test script die()s during setup, the whole test is marked as SKIPped rather than failed. The cleanup END section is missing this trick: --- a/src/test/kerberos/t/0