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