Re: test_compression, test module for low-level compression APIs (for 2b5ba2a0a141)

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Andrew Dunstan <andrew(at)dunslane(dot)net>
Subject: Re: test_compression, test module for low-level compression APIs (for 2b5ba2a0a141)
Date: 2026-04-14 21:16:07
Message-ID: ad6ul-2YXhEsF5WK@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Apr 14, 2026 at 04:01:53AM +0900, Michael Paquier wrote:
> Anyway, how about just creating a new group for all the compression
> tests? I have a patch set in preparation for zstd and TOAST, where I
> would put the new test suite in this group.

At the end I have used a new group. For branches older than v18, the
parallel groups close by had a lot more room, but I have given
priority to consistency with HEAD in parallel_schedule across the
board.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2026-04-14 21:28:52 Re: [PATCH] Miscellaneous little fixes
Previous Message Andrew Dunstan 2026-04-14 20:38:37 Re: Add errdetail() with PID and UID about source of termination signal