[pgpool-committers: 6339] pgpool: Fix 028.watchdog_enable_consensus_with_half_votes test occasion

Tatsuo Ishii ishii at sraoss.co.jp
Wed Oct 23 17:32:22 JST 2019


Fix 028.watchdog_enable_consensus_with_half_votes test occasional timeout.

The test script set CHECK_TIME_WAIT=true so that next pgpool start is
not affected by remaining open TCP port of previous pgpool. However
with commit d339cf86055b0cedaff2ab043ca474579660541f and
f92b7828c41bfeee17c25a91516412da0ce4c9a0, I suspect it is possible
that the problem was caused by pgpool actually was not terminated by
SIGTERM, so let's try to disable the CHECK_TIME_WAIT (if it's true,
the script takes extract time to finish) to not the test timeout
happen.

Branch
------
V4_1_STABLE

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

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



More information about the pgpool-committers mailing list