[pgpool-committers: 4765] 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_5_STABLE

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

Modified Files
--------------
src/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