[pgpool-committers: 10277] pgpool: Test: add check using netstat.

Tatsuo Ishii ishii at postgresql.org
Mon Dec 2 14:55:00 JST 2024


Test: add check using netstat.

Sometimes we see regression errors like:
2024-12-01 13:55:55.508: watchdog pid 27340: FATAL:  failed to create watchdog receive socket
2024-12-01 13:55:55.508: watchdog pid 27340: DETAIL:  bind on "TCP:50002" failed with reason: "Address already in use"

Before starting each regression test, we use "clean_all" script to
kill all remaining process.  I suspect that this is not enough to
release bound ports. So I add netstat command to check whether some
ports are remain bound.

For not this commit is master branch only.

Branch
------
master

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

Modified Files
--------------
src/test/regression/libs.sh | 1 +
1 file changed, 1 insertion(+)



More information about the pgpool-committers mailing list