[pgpool-committers: 8129] pgpool: Fix occasional 073.pg_terminate_backend regression test failure
Tatsuo Ishii
ishii at sraoss.co.jp
Tue Nov 16 09:17: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_0_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=4f2f27aa684b8e4aa48f996f34189c371f62ae47
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