[pgpool-committers: 9425] pgpool: Test: fix occasional 069.memory_leak_extended test failure.

Tatsuo Ishii ishii at sraoss.co.jp
Mon May 22 16:33:40 JST 2023


Test: fix occasional 069.memory_leak_extended test failure.

It turned out that reason of the occasional test failure is, pgpool
child process is gone before running ps command after pgbench
finishes. The cause is a kind mismatch FATAL error, "DISCARD ALL
cannot be executed within a pipeline". To fix this, run pgbench in
background and get the process size before pgbench finishes.

Discussion: https://www.pgpool.net/pipermail/pgpool-hackers/2023-May/004338.html

Branch
------
V4_4_STABLE

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

Modified Files
--------------
.../regression/tests/069.memory_leak_extended/test.sh     | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)



More information about the pgpool-committers mailing list