[pgpool-committers: 1810] pgpool: Fix to prevent regression test failures on slow machines.
Tatsuo Ishii
ishii at postgresql.org
Sun Apr 27 11:09:27 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
------
V3_3_STABLE
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=21d4f1f599ad4271b3141f1111138308dbb4d3d0
Modified Files
--------------
test/pgpool_setup | 2 ++
1 file changed, 2 insertions(+)
More information about the pgpool-committers
mailing list