Re: Extended test coverage and docs for SSL passphrase commands

2025-11-12 Thread Daniel Gustafsson
> On 12 Nov 2025, at 18:47, Álvaro Herrera wrote: > > On 2025-Nov-12, Daniel Gustafsson wrote: > >> As far as I know the only way to programmatically learn that from the Perl >> testcode would be to check for the presence of the CONFIG_EXEC_PARAMS file in >> $self->data_dir, which should be easy

Re: Extended test coverage and docs for SSL passphrase commands

2025-11-12 Thread Álvaro Herrera
On 2025-Nov-12, Daniel Gustafsson wrote: > As far as I know the only way to programmatically learn that from the Perl > testcode would be to check for the presence of the CONFIG_EXEC_PARAMS file in > $self->data_dir, which should be easy enough to do. Do you know of a better > way? We have check

Re: Extended test coverage and docs for SSL passphrase commands

2025-11-12 Thread Daniel Gustafsson
> On 12 Nov 2025, at 15:15, Peter Eisentraut wrote: > > On 07.11.25 21:26, Daniel Gustafsson wrote: >> When I was writing tests for the SSL SNI patch [0] I realized that the >> current >> tests for ssl passphrase commands aren't fully exercising the feature, so I >> extended them to better under

Re: Extended test coverage and docs for SSL passphrase commands

2025-11-12 Thread Peter Eisentraut
On 07.11.25 21:26, Daniel Gustafsson wrote: When I was writing tests for the SSL SNI patch [0] I realized that the current tests for ssl passphrase commands aren't fully exercising the feature, so I extended them to better understand how it works. Attached is an extended set of tests for passphr