[pgpool-committers: 8128] pgpool: Fix occasional 073.pg_terminate_backend regression test failure

Tatsuo Ishii ishii at sraoss.co.jp
Tue Nov 16 09:17:09 JST 2021


Fix occasional 073.pg_terminate_backend regression test failure.

The test used "ps -ef" command to find the process which is running
SELECT command.  However in some cases the "ps -ef" command omits part
of "SELECT" in its output and this made the test fail.
So use "ps -efw" instead of "ps -ef" to prevent it.

Branch
------
V3_7_STABLE

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

Modified Files
--------------
src/test/regression/tests/073.pg_terminate_backend/test.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



More information about the pgpool-committers mailing list