[pgpool-committers: 8723] pgpool: Test: Fix regression test script to look for pgpool.conf in the

Tatsuo Ishii ishii at sraoss.co.jp
Sun Jul 10 11:07:04 JST 2022


Test: Fix regression test script to look for pgpool.conf in the proper install directory.

regress.sh did set PGPOOLDIR environment variable despite that
pgpool_setup look for pgpool.conf sample files at $PGPOOLDIR/etc. As a
result, pgpool_setup looked for pgpool.conf.sample at default install
directory (usually /usr/local/etc) even if "-m noinstall" is not
set. If inappropriate pgpool.conf sample files are in
/usr/local/etc., regression test fails.

Branch
------
V4_2_STABLE

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

Modified Files
--------------
src/test/regression/regress.sh | 2 ++
1 file changed, 2 insertions(+)



More information about the pgpool-committers mailing list