Make shutdownall to wait for completion of shutdown of Pgpool-II.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Tue, 2 Jul 2019 09:40:11 +0000 (18:40 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Tue, 2 Jul 2019 09:53:37 +0000 (18:53 +0900)
commitb364caa1c39c57f95651be0485bdb894b335ed6d
tree36da087fb8d44977531a7c391778bc3a7326cf6c
parent8cf889df3f4a1522cde73eb734b81aacbe8e8336
Make shutdownall to wait for completion of shutdown of Pgpool-II.

It was observed that regression test occasionally failed because
previous does not completely finished before next test started. To fix
the problem, make shutdownall script generated by pgpool_setup to wait
for completion of shutdown of Pgpool-II.
src/test/pgpool_setup