Test: add temporary checking in 028.watchdog_enable_consensus_with_half_votes.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Thu, 11 Jul 2024 02:56:57 +0000 (11:56 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Thu, 11 Jul 2024 02:56:57 +0000 (11:56 +0900)
commit149ea384eb238dc096fa7d8283db3c2fc5aafdc2
treeb6dbd5058a8fca58140ed2eb17c0a503d8431dae
parentc1b17275fc0db9991fb6c644d098bf10ca00cc66
Test: add temporary checking in 028.watchdog_enable_consensus_with_half_votes.

We often see a timeout error in the buildfarm test. Analyzing the
buildfarm log shows:

2024-07-10 03:41:31.044: watchdog pid 29119: FATAL:  failed to create watchdog receive socket
2024-07-10 03:41:31.044: watchdog pid 29119: DETAIL:  bind on "TCP:50010" failed with reason: "Address already in use"

I suspect there's something wrong in watchdog shutdown process. To
confirm my theory, add sh command to show all process named "pgpool"
at the end of each test cycle.
src/test/regression/tests/028.watchdog_enable_consensus_with_half_votes/test.sh