Re: cfbot is failing all tests on FreeBSD/Meson builds

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org, Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
Subject: Re: cfbot is failing all tests on FreeBSD/Meson builds
Date: 2024-04-19 05:00:29
Message-ID: CA+hUKGJYsb-OOsCamf5_pvPSX9UgEL_tacefF2G3fuebjnNgvg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Apr 19, 2024 at 10:36 AM Thomas Munro <thomas(dot)munro(at)gmail(dot)com> wrote:
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276535
>
> So perhaps it's time for me to undo what I did before... looking now.

It turned out that I still needed the previous work-around, but I was
too clever for my own boots last time. For the record, here is the
new change to the image building script:

https://github.com/anarazel/pg-vm-images/commit/faff91cd40d6af0cbc658f5c11da47e2aa88d332

I should have listened to Bilal's prediction[1] about this the first
time. But this time, I know that the real fix is coming in the next
package very soon, per bugzilla link above.

One thing I noticed is that 010_tab_completion is actually being
skipped, with that fix. It used to run, I'm sure. Not sure why, but
I'll look more seriously when the 1.21 or whatever shows up. At least
we should soon have green CI again in the meantime.

[1] https://github.com/anarazel/pg-vm-images/pull/92

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2024-04-19 05:06:04 Direct SSL connection with ALPN and HBA rules
Previous Message Thomas Munro 2024-04-19 04:12:40 Re: Allow tests to pass in OpenSSL FIPS mode