[pgpool-committers: 4768] 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
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=65d48c483889d5e1f91898c33b40bc34abc7f0f6
Modified Files
--------------
src/test/regression/tests/055.backend_all_down/test.sh | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
More information about the pgpool-committers
mailing list