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

Tatsuo Ishii ishii at sraoss.co.jp
Tue Aug 18 11:49:04 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
------
master

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

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