[pgpool-committers: 4857] 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_4_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=bad92c4eb371a669316da42bd705d20839c9af71
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