Fix 055.backend_all_down test failure.
authorTatsuo Ishii <ishii@postgresql.org>
Tue, 12 Jun 2018 06:21:52 +0000 (15:21 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Tue, 12 Jun 2018 06:21:52 +0000 (15:21 +0900)
commit65d48c483889d5e1f91898c33b40bc34abc7f0f6
tree06b1b457a7999f9db733ebdb5daf2cbffd3a1a16
parente1a17be826f8739487baac20c6d13898071ed5ef
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.
src/test/regression/tests/055.backend_all_down/test.sh