Try to reduce the chance of regression 006.memcache failure.
authorTatsuo Ishii <ishii@postgresql.org>
Wed, 11 Jul 2018 01:16:07 +0000 (10:16 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Wed, 11 Jul 2018 01:16:07 +0000 (10:16 +0900)
commit27a00560b098868ccc2ac893b76732a51006ac9b
tree89b061324c3ea956ff6d5310c87631451717e8e1
parent846f4dd0da5d17b023a75279a6f159f70333f6a1
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.
src/test/regression/tests/006.memqcache/test.sh