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