[pgpool-committers: 5618] pgpool: Fix occasional regression test error of 008.dbredirect.

Tatsuo Ishii ishii at sraoss.co.jp
Fri Apr 5 11:48:17 JST 2019


Fix occasional regression test error of 008.dbredirect.

The test runs pgbench to create test data. Under slow environment
replication delay could become too much, and this would prevent load
balancing because the default value for delay_threshold is set to
10000000 in the default pgpool.conf-stream and the tests would fail.

The fix is, disabling delay_threshold. Also add "show_pool nodes" to
confirm that replication delay actually happens.

Branch
------
master

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

Modified Files
--------------
src/test/regression/tests/008.dbredirect/test.sh | 5 +++++
1 file changed, 5 insertions(+)



More information about the pgpool-committers mailing list