Re: 010_database.pl fails on openbsd w/ LC_ALL=LANG=C

2023-07-07 Thread Jeff Davis
On Sat, 2023-07-08 at 07:04 +1200, Thomas Munro wrote: > Doesn't look too hopeful: https://man.openbsd.org/setlocale.3 Hmm. I could try using a bogus encoding, but that may be too clever. I'll just remove the test. Regards, Jeff Davis

Re: 010_database.pl fails on openbsd w/ LC_ALL=LANG=C

2023-07-07 Thread Thomas Munro
On Sat, Jul 8, 2023 at 3:52 AM Jeff Davis wrote: > The test is assuming that locale "@colStrength=primary" is valid for > ICU but invalid for libc. It seems that on that platform, setlocale() > is accepting it? > > If some libc implementations are too permissive, I might need to just > disable thi

Re: 010_database.pl fails on openbsd w/ LC_ALL=LANG=C

2023-07-07 Thread Jeff Davis
On Sun, 2023-07-02 at 09:56 -0700, Andres Freund wrote: > # expected: anything else > [07:25:06.424](0.001s) not ok 7 - ICU-specific locale must be > specified with ICU_LOCALE: error message > [07:25:06.424](0.001s) #   Failed test 'ICU-specific locale must be > specified with ICU_LOCALE: error

010_database.pl fails on openbsd w/ LC_ALL=LANG=C

2023-07-02 Thread Andres Freund
Hi, I was rebasing my meson tree, which has more OSs added to CI, and noticed that 010_database.pl started failing on openbsd recently-ish, without the CI environment for that having changed. The tests passed on openbsd when my tree was based on 47b7051bc82 (2023-06-01), but failed after rebasing