($INBOX_DIR/description missing)
help / color / mirror / Atom feedFrom: Tatsuo Ishii <[email protected]>
To: [email protected]
Subject: pgpool: Test: more fix to 038.pcp_commands regression test.
Date: Fri, 27 Jun 2025 06:57:15 +0000
Message-ID: <[email protected]> (raw)
Test: more fix to 038.pcp_commands regression test.
Commit 04e09df17 was not enough fix. The test calls pcp_proc_info()
pgpool_adm function along with user name and password (in the test
password is the same string as user name). Problem is, the user name
is obtained from a user name that runs the test, and we use psql -a to
submit the SQL, which prints the user name. Of course the user name
can vary depending on the environment, and it makes the test fail. To
fix the issue, run psql without -a option.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=b76c6876de4bca2da5e009f5cc64212060ccb...
Modified Files
--------------
src/test/regression/tests/038.pcp_commands/expected | 4 ----
src/test/regression/tests/038.pcp_commands/test.sh | 2 +-
2 files changed, 1 insertion(+), 5 deletions(-)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: pgpool: Test: more fix to 038.pcp_commands regression test.
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox