Andrew Dunstan <and...@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