[pgpool-committers: 7000] pgpool: Fix 073.pg_terminate_backend test failure.

Tatsuo Ishii ishii at sraoss.co.jp
Tue Aug 18 11:48:59 JST 2020


Fix 073.pg_terminate_backend test failure.

The test failed because before pg_sleep(10) finished, pgpool shut down.
As a result, connection counting did not have a chance to count down.
Adding proper sleep in the script should fix the problem.

Discussion: https://www.pgpool.net/pipermail/pgpool-hackers/2020-August/003766.html

Branch
------
V4_1_STABLE

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

Modified Files
--------------
src/test/regression/tests/073.pg_terminate_backend/test.sh | 2 ++
1 file changed, 2 insertions(+)



More information about the pgpool-committers mailing list