[pgpool-committers: 9970] pgpool: Test: add temporary checking in 028.watchdog_enable_consensus_w

Tatsuo Ishii ishii at sraoss.co.jp
Thu Jul 11 12:02:18 JST 2024


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.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=149ea384eb238dc096fa7d8283db3c2fc5aafdc2

Modified Files
--------------
.../tests/028.watchdog_enable_consensus_with_half_votes/test.sh         | 2 ++
1 file changed, 2 insertions(+)



More information about the pgpool-committers mailing list