Re: recoveryCheck test failure on flaviventris - Mailing list pgsql-hackers

From Richard Guo
Subject Re: recoveryCheck test failure on flaviventris
Date
Msg-id CAMbWs4-kp8gtnhd7k1aM=iQ5oLG8VMyEz01yhuMabyp=1ZBtXw@mail.gmail.com
Whole thread Raw
In response to recoveryCheck test failure on flaviventris  (Richard Guo <guofenglinux@gmail.com>)
Responses Re: recoveryCheck test failure on flaviventris
List pgsql-hackers
On Wed, Apr 16, 2025 at 11:54 AM Richard Guo <guofenglinux@gmail.com> wrote:
> I noticed this recoveryCheck test failure on flaviventris after
> pushing commit 3b35f9a4c (Fix an incorrect check in get_memoize_path).
>
> ### Reloading node "standby"
> # Running: pg_ctl --pgdata xxx/pgdata reload
> server signaled
> ### Restarting node "standby"
> # Running: pg_ctl --wait --pgdata xxx/pgdata --log xxx.log restart
> waiting for server to shut down ... failed
> pg_ctl: server does not shut down
> # pg_ctl restart failed; see logfile for details: xxx.log
> # Postmaster PID for node "standby" is 63577
> [02:09:29.767](364.847s) Bail out!  pg_ctl restart failed
>
> I'm not convinced this failure is related to 3b35f9a4c; it seems
> unlikely that just changing how Memoize paths are created would cause
> it.
>
> Does anyone have any insights into what might be going on?

Forgot to include the link to the failure.  Here it is:

https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=flaviventris&dt=2025-04-16%2001%3A58%3A42

Thanks
Richard



pgsql-hackers by date:

Previous
From: Richard Guo
Date:
Subject: recoveryCheck test failure on flaviventris
Next
From: jian he
Date:
Subject: Re: pg_dump --if-exists --clean when drop index that is partition of a partitioned index