Re: Make psql's qeury canceling test simple by using signal() routine of IPC::Run

Fabien COELHO <coelho@cri.ensmp.fr>

From: Fabien COELHO <coelho@cri.ensmp.fr>
To: Michael Paquier <michael@paquier.xyz>
Cc: Yugo NAGATA <nagata@sraoss.co.jp>, pgsql-hackers@postgresql.org
Date: 2023-08-14T00:39:30Z
Lists: pgsql-hackers
Bonjour Michaël,

> On Sun, Aug 13, 2023 at 11:22:33AM +0200, Fabien COELHO wrote:
>> Test run is ok on my Ubuntu laptop.
>
> I have a few comments about this patch.

Argh, sorry!

I looked at what was removed (a lot) from the previous version, not what 
was remaining and should also have been removed.

-- 
Fabien.

Commits

  1. Switch psql's TAP test for query cancellation to use IPC::Run::signal()

  2. Skip psql's TAP test for query cancellation entirely on Windows