Re: pgsql: psql: Add test for query canceling - Mailing list pgsql-committers

From Fabien COELHO
Subject Re: pgsql: psql: Add test for query canceling
Date
Msg-id alpine.DEB.2.22.394.2108201736060.498998@pseudo
Whole thread Raw
In response to Re: pgsql: psql: Add test for query canceling  (Daniel Gustafsson <daniel@yesql.se>)
Responses Re: pgsql: psql: Add test for query canceling  (Daniel Gustafsson <daniel@yesql.se>)
List pgsql-committers
>> psql: Add test for query canceling
>
> Seems sidewinder didn’t quite like this:

> Nothing obvious sticks out, could it be timing related?

Hmmm. Possibly, as the test is time dependent, hence the "SKIP:" section, 
which should mean that the test should be ignore when it fails. It seems 
that this part did not work. Maybe it should not state that it is 
expecting 2 results?

   use Test::More tests => 2;

Replace by:

   use Test::More;

Or something is amiss with the "SKIP" section trick?

-- 
Fabien.

pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: pgsql: psql: Add test for query canceling
Next
From: Tom Lane
Date:
Subject: pgsql: Fix performance bug in regexp's citerdissect/creviterdissect.