| From: | Michael Paquier <michael(at)paquier(dot)xyz> |
|---|---|
| To: | Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com> |
| Cc: | Ewan Young <kdbase(dot)hack(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | Re: pg_upgrade: Test --check with a running source server |
| Date: | 2026-09-04 06:12:50 |
| Message-ID: | apphYnTYS1WtLkKU@paquier.xyz |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Thu, Sep 03, 2026 at 02:51:28PM +0900, Michael Paquier wrote:
> These two new tests for a live server, one failure where the new port
> and old ports do not match, and one failure where we are checking the
> old server with a correct new port, look like acceptable additions
> here. Will test a bit more, and apply on HEAD, I guess.
So, one day later fairywren happens to be complaining:
https://buildfarm.postgresql.org/cgi-bin/show_history.pl?nm=fairywren&br=master
The gist of the issue is that the cluster is not recognized as
running, not considering that a live_check should happen, and it
fails. I am guessing that this points out to an issue similar to what
you have tried to work around with in 003_logical_slots with a
hardcoded sleep, something that we do already once too much. That's,
like pg_ctl, a timing issue on WIN32 with pg_upgrade --check, and that
has been around for a long time.
Rather than adding one of these annoying 3-second sleeps, I'm thinking
about just adding a skip block for WIN32, I guess, as the test is not
showing any instability in other animals as far as I can see. And
live checks are still useful to cover.
--
Michael
| From | Date | Subject | |
|---|---|---|---|
| Previous Message | Kirill Reshke | 2026-09-04 05:45:11 | Re: Report relation extension blockers within parallel lock groups |