pgsql: Save Kerberos and LDAP daemon logs where the buildfarm canfind

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Save Kerberos and LDAP daemon logs where the buildfarm canfind
Дата
Msg-id E1hv6hc-00037s-IX@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Save Kerberos and LDAP daemon logs where the buildfarm can find them.

src/test/kerberos and src/test/ldap try to run private authentication
servers, which of course might fail.  The logs from these servers
were being dropped into the tmp_check/ subdirectory, but they should
be put in tmp_check/log/, because the buildfarm will only capture
log files in that subdirectory.  Without the log output there's
little hope of diagnosing buildfarm failures related to these servers.

Backpatch to v11 where these test suites were added.

Discussion: https://postgr.es/m/16017.1565047605@sss.pgh.pa.us

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/514e7e911fc205e0143167e99dcd8fe56d69e071

Modified Files
--------------
src/test/kerberos/t/001_auth.pl | 4 ++--
src/test/ldap/t/001_auth.pl     | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)


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

Предыдущее
От: noreply@postgresql.org
Дата:
Сообщение: pgsql: Tag refs/tags/REL_12_BETA3 was created
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix intarray's GiST opclasses to not fail for empty arrayswith