pgsql: Fix some issues with SSL and Kerberos tests

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix some issues with SSL and Kerberos tests
Дата
Msg-id E1lTdMo-0002Rd-UY@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix some issues with SSL and Kerberos tests

The recent refactoring done in c50624c accidentally broke a portion of
the kerberos tests checking after a query, so add its functionality
back.  Some inactive SSL tests had their arguments in an incorrect
order, which would cause them to fail if they were to run.

Author: Jacob Champion
Discussion: https://postgr.es/m/4f5b0b3dc0b6fe9ae6a34886b4d4000f61eb567e.camel@vmware.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5a71964a832febfee23cedc3bb354049d6ca78a7

Modified Files
--------------
src/test/kerberos/t/001_auth.pl | 11 ++++++-----
src/test/ssl/t/001_ssltests.pl  |  8 ++++----
2 files changed, 10 insertions(+), 9 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: pgsql: Allow pgoutput to send logical decoding messages.
Следующее
От: David Rowley
Дата:
Сообщение: Re: pgsql: Improve PQtrace() output format