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

Tatsuo Ishii ishii at sraoss.co.jp
Tue Nov 16 09:18:15 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
------
V4_3_STABLE

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

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