Re: contrib/sepgsql regression tests have been broken for months

From: Joe Conway <mail(at)joeconway(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: contrib/sepgsql regression tests have been broken for months
Date: 2025-10-30 13:29:46
Message-ID: 908d9ef9-2194-4333-a363-e41e1887de70@joeconway.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 10/29/25 19:36, Tom Lane wrote:
> I poked around in the buildfarm client and was surprised to
> find that the old TestSepgsql.pm module does in fact expect
> to have sudo privileges, and it seems to install, enable,
> and eventually remove the sepgsql-regtest kernel module.
>
> I thought we were trying to get rid of that requirement though.
> (For sure, you won't ever see me running the buildfarm
> client under a sudo-capable account.) I think the new idea
> is to leave the module installed and active, which is kind
> of problematic if we want to also use TestSepgsql.pm in the
> back branches.
>
> I also don't quite understand how 001_sepgsql.pl's "checking for
> sepgsql-regtest policy" test is passing if the previous
> TestSepgsql.pm run removed that module ...

I suppose one solution is to create a new buildfarm animal and then use
rhino only for <= pg17 and <rhino-prime> only for pg18+

--
Joe Conway
PostgreSQL Contributors Team
Amazon Web Services: https://aws.amazon.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2025-10-30 13:30:56 Re: Mark ItemPointer arguments as const thoughoutly
Previous Message Heikki Linnakangas 2025-10-30 13:25:31 Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue