Re: contrib/sepgsql regression tests have been broken for months - Mailing list pgsql-hackers

From Joe Conway
Subject Re: contrib/sepgsql regression tests have been broken for months
Date
Msg-id 908d9ef9-2194-4333-a363-e41e1887de70@joeconway.com
Whole thread Raw
In response to Re: contrib/sepgsql regression tests have been broken for months  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: contrib/sepgsql regression tests have been broken for months
List 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



pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue
Next
From: Peter Eisentraut
Date:
Subject: Re: Mark ItemPointer arguments as const thoughoutly