Re: pgsql: Make postgres_fdw's query_cancel test less flaky.

2025-03-07 Thread Tom Lane
Michael Paquier writes: > On Fri, Aug 30, 2024 at 08:47:46PM +, Tom Lane wrote: >> Make postgres_fdw's query_cancel test less flaky. > Based on this recent report from the buildfarm, there is still > something happening here: > https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=drongo&dt

Re: pgsql: Make postgres_fdw's query_cancel test less flaky.

2025-03-07 Thread Michael Paquier
Hi Tom, On Fri, Aug 30, 2024 at 08:47:46PM +, Tom Lane wrote: > Make postgres_fdw's query_cancel test less flaky. > > This test occasionally shows > > +WARNING: could not get result of cancel request due to timeout > > which appears to be because the cancel request is sometimes unluckily >

pgsql: Make postgres_fdw's query_cancel test less flaky.

2024-08-30 Thread Tom Lane
Make postgres_fdw's query_cancel test less flaky. This test occasionally shows +WARNING: could not get result of cancel request due to timeout which appears to be because the cancel request is sometimes unluckily sent to the remote session between queries, and then it's ignored. This patch tri

pgsql: Make postgres_fdw's query_cancel test less flaky.

2024-08-30 Thread Tom Lane
Make postgres_fdw's query_cancel test less flaky. This test occasionally shows +WARNING: could not get result of cancel request due to timeout which appears to be because the cancel request is sometimes unluckily sent to the remote session between queries, and then it's ignored. This patch tri