[pgpool-committers: 4859] 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_6_STABLE

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

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