Re: longfin and tamandua aren't too happy but I'm not sure why - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: longfin and tamandua aren't too happy but I'm not sure why
Date
Msg-id CA+hUKG+2w+7EmPrvXRf8GJS-2GbBTbaAEPRfrCJCSnMP2+ogAw@mail.gmail.com
Whole thread Raw
In response to Re: longfin and tamandua aren't too happy but I'm not sure why  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Wed, Sep 28, 2022 at 6:15 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> There may be a larger conversation to be had here about how
> much our CI infrastructure should be detecting.  There seems
> to be a depressingly large gap between what that found and
> what the buildfarm is finding --- not only in portability
> issues, but in things like cpluspluscheck failures, which
> I had supposed CI would find.

+1, Andres had some sanitizer flags in the works (stopped by a weird
problem to be resolved first), and 32 bit CI would clearly be good.
It also seems that ARM is now available to us via CI (either Amazon's
or a Mac), which IIRC is more SIGBUS-y about alignment than x86?

FTR CI reported that cpluspluscheck failure and more[1], so perhaps we
just need to get clearer agreement on the status of CI, ie a policy
that CI had better be passing before you get to the next stage.  It's
still pretty new...

[1] https://cirrus-ci.com/github/postgresql-cfbot/postgresql/commitfest/39/3711



pgsql-hackers by date:

Previous
From: Bharath Rupireddy
Date:
Subject: Re: Extend win32 error codes to errno mapping in win32error.c
Next
From: Kyotaro Horiguchi
Date:
Subject: Re: Fix some newly modified tab-complete changes