[pgpool-committers: 4767] pgpool: Fix 055.backend_all_down test failure.

Tatsuo Ishii ishii at postgresql.org
Tue Jun 12 15:36:20 JST 2018


Fix 055.backend_all_down test failure.

The test fails because pgpool zombie child process remains. Actually
the failover process is properly performed but when the shutdown
script is executed in background, output to stdout/stderr was blocked,
and this could cause the zombie process syndrome. Soltution is,
redirecting stdout/stderr to /dev/null when sponing the shutdown
script in background.

Branch
------
V3_3_STABLE

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

Modified Files
--------------
test/regression/tests/055.backend_all_down/test.sh | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)



More information about the pgpool-committers mailing list