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

From Tom Lane
Subject Re: contrib/sepgsql regression tests have been broken for months
Date
Msg-id 3861765.1761940094@sss.pgh.pa.us
Whole thread Raw
In response to Re: contrib/sepgsql regression tests have been broken for months  (Joe Conway <mail@joeconway.com>)
Responses Re: contrib/sepgsql regression tests have been broken for months
List pgsql-hackers
Joe Conway <mail@joeconway.com> writes:
> On 10/29/25 19:36, Tom Lane wrote:
>> ... 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 suppose one solution is to create a new buildfarm animal and then use 
> rhino only for <= pg17 and <rhino-prime> only for pg18+

It looks like it'd work to revert to using TestSepgsql.pm in all
branches.  You'd need to remove 'sepgsql' from PG_TEST_EXTRA so
that v18/master don't try to run the conflicting 001_sepgsql.pl
tests.

We need a better idea about how the new test method can coexist
with the old one, but for now I'd just like rhino to be running
one or the other successfully ...

            regards, tom lane



pgsql-hackers by date:

Previous
From: "Euler Taveira"
Date:
Subject: Re: [PATCH] Add Windows support for backtrace_functions (MSVC only)
Next
From: Jeff Davis
Date:
Subject: Re: Remaining dependency on setlocale()