[pgpool-committers: 6439] pgpool: Fix occasional regression test failure of 008.dbredirect.

Tatsuo Ishii ishii at sraoss.co.jp
Fri Dec 27 09:14:47 JST 2019


Fix occasional regression test failure of 008.dbredirect.

In the test several databases are created and subsequent tests expect
that those databases have been already replicated. But it is possible
that the replication has not been done at that point and makes the
test fails. Fix is, add check the existence of database and if it's
not replicated, sleep for a while and retry it (up to 5 times).

Branch
------
V3_7_STABLE

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

Modified Files
--------------
src/test/regression/tests/008.dbredirect/test.sh | 28 ++++++++++++++++++++++++
1 file changed, 28 insertions(+)



More information about the pgpool-committers mailing list