[pgpool-committers: 7837] pgpool: Fix 034.promote_node test failure.

Tatsuo Ishii ishii at sraoss.co.jp
Sat Jun 19 08:33:03 JST 2021


Fix 034.promote_node test failure.

It appeared that under buildfarm environment, pcp_socketdir is set to
/var/run/postgresql, but pcp client's socket directory are not changed
from /tmp (it is defined at the compile time). Probably we should
workaround this someday, but I just gives "-h localhost" parameter to
pcp_promote_node to avoid this problem.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=9cbc33ba993c68af57d8e1d519eb4b8cd95d7b47

Modified Files
--------------
src/test/regression/tests/034.promote_node/test.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)



More information about the pgpool-committers mailing list