disabled SSL log_like tests

Andrew Dunstan <andrew@dunslane.net>

From: Andrew Dunstan <andrew@dunslane.net>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2025-04-17T14:17:09Z
Lists: pgsql-hackers
Back in 2022 in commit 55828a6b6084 we disabled a bunch of tests due to 
a timing issue. Nothing seems to have been done since ... do we still 
want to keep these commented out lines around? This "temporary" fix 
seems to have stretched the definition of that term more than somewhat.

(noticed when looking into a different issue).


cheers


andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com




Commits

  1. Skip RSA-PSS ssl test when using LibreSSL.

  2. Ooops ... add required configure support.

  3. Hack one ssl test case to pass with current LibreSSL.

  4. Centralize ssl tests' check for whether we're using LibreSSL.

  5. Re-enable SSL connect_fails tests, and fix related race conditions.

  6. Disable unstable test cases in src/test/ssl/t/001_ssltests.pl.