pgpool: Test: fix 038.pcp_commands regression test.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Test: fix 038.pcp_commands regression test.
Date: 2025-06-25 10:37:47
Message-ID: E1uUNVi-002xk2-0p@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

Test: fix 038.pcp_commands regression test.

The result of the test showed local host IP. Although the IP can be
either IPv4 or IPv6, the test script hadn't considered it. To fix
this, now test.sh converts IPv4 and IPv6 IP to "localhost".

Branch
------
master

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

Modified Files
--------------
src/test/regression/tests/038.pcp_commands/expected | 8 ++++----
src/test/regression/tests/038.pcp_commands/test.sh | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)

Browse pgpool-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2025-06-27 06:57:15 pgpool: Test: more fix to 038.pcp_commands regression test.
Previous Message Tatsuo Ishii 2025-06-24 11:58:40 pgpool: Feature: add pgpool_adm_pcp_proc_info.