[pgpool-committers: 1809] pgpool: Fix to prevent regression test failures on slow machines.

Tatsuo Ishii ishii at postgresql.org
Sun Apr 27 11:08:50 JST 2014


Fix to prevent regression test failures on slow machines.

wait_for_pgpool_startup and wait_for_pgpool_reload returns after 20
times try regardless the task has succeeded or not, which gives
confusions to rest of the script. The fix is, just adding nap time
between each retry. Because it's unlikely that pgpool takes over 20
seconds before successfully starting the operation.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=409cd329fd9ec6dedf1bb629adb0b4426601fb84

Modified Files
--------------
src/test/pgpool_setup |    2 ++
1 file changed, 2 insertions(+)



More information about the pgpool-committers mailing list