Re: Convert sepgsql tests to TAP - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Convert sepgsql tests to TAP
Date
Msg-id 528108.1737752860@sss.pgh.pa.us
Whole thread Raw
In response to Re: Convert sepgsql tests to TAP  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> On 2025-01-24 Fr 10:57 AM, Tom Lane wrote:
>> Looks like alligator needs some help here too.

> That's an issue with the new TAP test - alligator isn't running the 
> TestSepgsql module. lapwing has also had a TAP test failure.

Hmm.  Neither of those animals should be trying to run the sepgsql
test; they are not configured --with-selinux, and probably don't
even have libselinux installed.

Looking at the buildfarm client script, it looks to me like it
will unconditionally try to run TAP tests in every contrib directory
that has a "t" subdirectory.  Up to now, none of those needed to
be conditional ... but now we need some more awareness.  However,
if this theory is right, then pretty much every BF animal except
rhinoceros should be failing.  So there's some additional moving
part that I'm not seeing.  In any case, I think there's a BF
client script bug here somewhere, or else these animals are
running an old script version that does the wrong thing.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Chapman Flack
Date:
Subject: Re: XMLDocument (SQL/XML X030)
Next
From: Masahiko Sawada
Date:
Subject: Re: vacuumdb changes for stats import/export