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

Commit514e7e9

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 parent7c45b99 commit514e7e9

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
@@ -67,8 +67,8 @@
6767

6868
my$krb5_conf ="${TestLib::tmp_check}/krb5.conf";
6969
my$kdc_conf ="${TestLib::tmp_check}/kdc.conf";
70-
my$krb5_log ="${TestLib::tmp_check}/krb5libs.log";
71-
my$kdc_log ="${TestLib::tmp_check}/krb5kdc.log";
70+
my$krb5_log ="${TestLib::log_path}/krb5libs.log";
71+
my$kdc_log ="${TestLib::log_path}/krb5kdc.log";
7272
my$kdc_port = get_free_port();
7373
my$kdc_datadir ="${TestLib::tmp_check}/krb5kdc";
7474
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
@@ -52,7 +52,7 @@
5252
my$slapd_certs ="${TestLib::tmp_check}/slapd-certs";
5353
my$slapd_conf ="${TestLib::tmp_check}/slapd.conf";
5454
my$slapd_pidfile ="${TestLib::tmp_check}/slapd.pid";
55-
my$slapd_logfile ="${TestLib::tmp_check}/slapd.log";
55+
my$slapd_logfile ="${TestLib::log_path}/slapd.log";
5656
my$ldap_conf ="${TestLib::tmp_check}/ldap.conf";
5757
my$ldap_server ='localhost';
5858
my$ldap_port = get_free_port();

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp