postgresql/src/test/ssl/t
Daniel Gustafsson 33774978c7 Avoid using internal test methods in SSL tests
The SSL tests for pg_ctl restart with an incorrect key passphrase used
the internal _update_pid method to set the pidfile after running pg_ctl
manually instead of using the supplied ->restart method. This refactors
the ->restart method to accept a fail_ok parameter like how ->start and
->stop does, and changes the SSL tests to use this instead. This removes
the need to call internal test module functions.

Reviewed-by: Melih Mutlu <m.melihmutlu@gmail.com>
Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi>
Discussion: https://postgr.es/m/F81643C4-D7B8-4C6B-AF18-B73839966279@yesql.se
2023-09-22 13:35:37 +02:00
..
SSL Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
001_ssltests.pl Avoid using internal test methods in SSL tests 2023-09-22 13:35:37 +02:00
002_scram.pl Generate automatically code and documentation related to wait events 2023-07-05 10:53:11 +09:00
003_sslinfo.pl Revert "Add notBefore and notAfter to SSL cert info display" 2023-07-20 17:18:12 +02:00