postgres_fdw test timeouts

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Cc: thomas(dot)munro(at)gmail(dot)com
Subject: postgres_fdw test timeouts
Date: 2023-11-30 20:38:34
Message-ID: 20231130203834.GA1264349@nathanxps13
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I noticed that the postgres_fdw test periodically times out on Windows:

https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=fairywren&dt=2023-11-10%2003%3A12%3A58
https://cirrus-ci.com/task/5504294095421440
https://cirrus-ci.com/task/4814111003901952
https://cirrus-ci.com/task/5343037535027200
https://cirrus-ci.com/task/5893655966253056
https://cirrus-ci.com/task/4568159320014848
https://cirrus-ci.com/task/5238067850641408
(and many more from cfbot)

From a quick sampling, the relevant test logs end with either

ERROR: server "unknownserver" does not exist
STATEMENT: SELECT postgres_fdw_disconnect('unknownserver');

or

ERROR: relation "public.non_existent_table" does not exist
CONTEXT: remote SQL command: SELECT a, b, c FROM public.non_existent_table
STATEMENT: SELECT * FROM async_pt;

before the test seems to hang.

AFAICT the failures began around September 10th, which leads me to wonder
if this is related to commit 04a09ee. That is little more than a wild
guess, though. I haven't been able to deduce much else from the logs I can
find, and I didn't find any previous reports about this in the archives
after lots of searching, so I thought I'd at least park these notes here in
case anyone else has ideas.

--
Nathan Bossart
Amazon Web Services: https://aws.amazon.com

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2023-11-30 20:49:05 Re: Refactoring backend fork+exec code
Previous Message Peter Eisentraut 2023-11-30 20:38:03 Re: GUC names in messages