[pgpool-committers: 9358] pgpool: Test: stabilize some tests.

Tatsuo Ishii ishii at sraoss.co.jp
Fri May 12 17:21:12 JST 2023


Test: stabilize some tests.

069.memory_leak_extended, 070.memory_leak_extended_memqcache and
073.pg_terminate_backend uses "sleep 1" to confirm pgpool starting up,
which makes the tests unstable because there's no guarantee that pgpool
becomes ready within 1 second. Use wait_for_pgpool_startup instead to
stabilize the tests.

Branch
------
V4_0_STABLE

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

Modified Files
--------------
src/test/regression/tests/069.memory_leak_extended/test.sh           | 2 +-
src/test/regression/tests/070.memory_leak_extended_memqcache/test.sh | 2 +-
src/test/regression/tests/073.pg_terminate_backend/test.sh           | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)



More information about the pgpool-committers mailing list