[pgpool-committers: 4860] pgpool: Try to reduce the chance of regression 006.memcache failure.

Tatsuo Ishii ishii at postgresql.org
Mon Jul 16 12:37:30 JST 2018


Try to reduce the chance of regression 006.memcache failure.

It seems the occasional failure of the test is caused by replication
lag.  The script tries to read tables from standby but it returns a
table not existing error.  So insert pg_sleep() after creation of
tables.

Branch
------
V3_5_STABLE

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

Modified Files
--------------
src/test/regression/tests/006.memqcache/test.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



More information about the pgpool-committers mailing list