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