From: Tatsuo Ishii Date: Sat, 14 Jan 2023 11:10:06 +0000 (+0900) Subject: Test: tweak 028.watchdog_enable_consensus_with_half_votes. X-Git-Tag: V4_5_0_BETA1~133 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=1763c67244d6d95efe1381dbcaf0b211c34ccb6e;p=pgpool2.git Test: tweak 028.watchdog_enable_consensus_with_half_votes. Sometimes buildfarm fails by: bind on socket failed with error "Address already in use". This happens after shutting down all pgpools then start them again. So wait for 5 seconds between them instead of 1 second. Let's see if things are going to get better. --- diff --git a/src/test/regression/tests/028.watchdog_enable_consensus_with_half_votes/test.sh b/src/test/regression/tests/028.watchdog_enable_consensus_with_half_votes/test.sh index ad138b96d..7f51093cd 100755 --- a/src/test/regression/tests/028.watchdog_enable_consensus_with_half_votes/test.sh +++ b/src/test/regression/tests/028.watchdog_enable_consensus_with_half_votes/test.sh @@ -121,7 +121,7 @@ do fi ./shutdownall - sleep 1 + sleep 5 val="on" set_param ./startall