]> granicus.if.org Git - postgresql/commit
Save Kerberos and LDAP daemon logs where the buildfarm can find them.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 6 Aug 2019 21:08:07 +0000 (17:08 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 6 Aug 2019 21:08:07 +0000 (17:08 -0400)
commit4ecd05cb771313d8e4d4007ec02408e5f18de5d2
tree9b5b47b1d54a671e076301b5e17602097eade26a
parent940c8b01b071b777ed56c086c383e054fbd0456e
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
src/test/kerberos/t/001_auth.pl
src/test/ldap/t/001_auth.pl