Hi,
On 2025-04-03 13:45:01 +0000, Srirama Kucherlapati wrote:
> We are nearly ready to deliver the patch. Currently, we have compiled the
> source using Meson and are investigating one test case issue. Once we pinpoint
> the cause, we will send you the patch. Notably, this test case behaves
> differently on AIX, opting for a Bitmap Index Scan instead of an Index Scan.
> Not sure if this is really specific to AIX?
>
> >> meson test
>
> 396 Ok: 81
> 397 Expected Fail: 0
> 398 Fail: 1 (regex)
> 399 Unexpected Pass: 0
> 400 Skipped: 219
FWIW, the skipped tests indicate that you are building without tap tests or
such - that means most of the testsuite is not run. That certainly is not good
enough.
Greetings,
Andres Freund