[pgpool-committers: 4984] pgpool: Try to reduce the chance of regression 006.memcache failure.
Tatsuo Ishii
ishii at postgresql.org
Tue Aug 7 21:43:31 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.
Branches
--------
SCRAM_AUTH
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=27a00560b098868ccc2ac893b76732a51006ac9b
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