[pgpool-committers: 4769] 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_6_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=b86443cef381b76a329ebe399cd11424eda9a002
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