Re: test_autovacuum/001_parallel_autovacuum is broken

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Masahiko Sawada <sawada.mshk@gmail.com>
Cc: Sami Imseih <samimseih@gmail.com>, Daniil Davydov <3danissimo@gmail.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2026-04-09T23:15:34Z
Lists: pgsql-hackers
On Thu, Apr 09, 2026 at 11:18:45AM -0700, Masahiko Sawada wrote:
> It might also be useful if an injection point is activated on the
> particular database rather than cluster-wide.

Indeed.  One can design a lot of conditions like that.  The important
part for me is to find use-cases for them, rather than pile them in
the code for potential "future" uses.
--
Michael

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Fix unstable log verification in test_autovacuum.

  2. Remove an unstable wait from parallel autovacuum regression test.