Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf1c23b0

Browse files
committed
Save Kerberos and LDAP daemon logs where the buildfarm can find them.
src/test/kerberos and src/test/ldap try to run private authenticationservers, which of course might fail. The logs from these serverswere being dropped into the tmp_check/ subdirectory, but they shouldbe put in tmp_check/log/, because the buildfarm will only capturelog files in that subdirectory. Without the log output there'slittle 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
1 parentfdf1677 commitf1c23b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎src/test/kerberos/t/001_auth.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454

5555
my$krb5_conf ="${TestLib::tmp_check}/krb5.conf";
5656
my$kdc_conf ="${TestLib::tmp_check}/kdc.conf";
57-
my$krb5_log ="${TestLib::tmp_check}/krb5libs.log";
58-
my$kdc_log ="${TestLib::tmp_check}/krb5kdc.log";
57+
my$krb5_log ="${TestLib::log_path}/krb5libs.log";
58+
my$kdc_log ="${TestLib::log_path}/krb5kdc.log";
5959
my$kdc_port = get_free_port();
6060
my$kdc_datadir ="${TestLib::tmp_check}/krb5kdc";
6161
my$kdc_pidfile ="${TestLib::tmp_check}/krb5kdc.pid";

‎src/test/ldap/t/001_auth.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
my$slapd_certs ="${TestLib::tmp_check}/slapd-certs";
4646
my$slapd_conf ="${TestLib::tmp_check}/slapd.conf";
4747
my$slapd_pidfile ="${TestLib::tmp_check}/slapd.pid";
48-
my$slapd_logfile ="${TestLib::tmp_check}/slapd.log";
48+
my$slapd_logfile ="${TestLib::log_path}/slapd.log";
4949
my$ldap_conf ="${TestLib::tmp_check}/ldap.conf";
5050
my$ldap_server ='localhost';
5151
my$ldap_port = get_free_port();

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp