[pgpool-committers: 9423] pgpool: Test: fix occasional 069.memory_leak_extended test failure.
Tatsuo Ishii
ishii at sraoss.co.jp
Mon May 22 16:33:31 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_2_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=ed54742574b5e829f5a5c5f46141e6c3b562b884
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