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:35:43 +0000 (15:35 +0900)
commite0b08239ddb6061b04a86562912fdedfbca9f75d
tree0685e58569d46705b899a8592356b6fb157bcfa3
parent9602285e0a72a4b8d83c2721b720f784da84e6ff
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.
test/regression/tests/055.backend_all_down/test.sh