Re: TEMP_CONFIG vs test_aio

2025-04-02 Thread Andrew Dunstan
On 2025-04-01 Tu 5:34 PM, Andres Freund wrote: Hi, On 2025-04-01 17:08:49 -0400, Andrew Dunstan wrote: On 2025-04-01 Tu 4:17 PM, Andres Freund wrote: For one using PG_TEST_INITDB_EXTRA_OPTS would probably require changing the buildfarm code, because the buildfarm code filters out environment

Re: TEMP_CONFIG vs test_aio

2025-04-01 Thread Andrew Dunstan
On 2025-04-01 Tu 4:17 PM, Andres Freund wrote: Hi, On 2025-04-01 20:12:29 +, Todd Cook wrote: On 4/1/25, 3:42 PM, "Andres Freund" mailto:and...@anarazel.de>> wrote: I just committed the tests for AIO, and unfortunately they (so far) fail on one buildfarm animal: https://buildfarm.postgres

Re: TEMP_CONFIG vs test_aio

2025-04-01 Thread Andres Freund
Hi, On 2025-04-01 17:08:49 -0400, Andrew Dunstan wrote: > On 2025-04-01 Tu 4:17 PM, Andres Freund wrote: > > For one using PG_TEST_INITDB_EXTRA_OPTS would probably require changing the > > buildfarm code, because the buildfarm code filters out environment variables > > that aren't on an allowlist

Re: TEMP_CONFIG vs test_aio

2025-04-01 Thread Andres Freund
Hi, On 2025-04-01 20:12:29 +, Todd Cook wrote: > On 4/1/25, 3:42 PM, "Andres Freund" > wrote: > > I just committed the tests for AIO, and unfortunately they (so far) fail on > > one buildfarm animal: > > https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=bumble

Re: TEMP_CONFIG vs test_aio

2025-04-01 Thread Noah Misch
On Tue, Apr 01, 2025 at 03:42:44PM -0400, Andres Freund wrote: > The reason for the failure is simple, the buildfarm animal specifies > io_method=io_uring (thanks to "cookt" for setting that up so quickly, whoever > you are :)) and the test is assuming that the -c io_method=... it passes to > initd

Re: TEMP_CONFIG vs test_aio

2025-04-01 Thread Todd Cook
On 4/1/25, 3:42 PM, "Andres Freund" mailto:and...@anarazel.de>> wrote: > I just committed the tests for AIO, and unfortunately they (so far) fail on > one buildfarm animal: > https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=bumblebee&dt=2025-04-01%2018%3A55%3A01 > >

TEMP_CONFIG vs test_aio

2025-04-01 Thread Andres Freund
Hi, I just committed the tests for AIO, and unfortunately they (so far) fail on one buildfarm animal: https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=bumblebee&dt=2025-04-01%2018%3A55%3A01 The reason for the failure is simple, the buildfarm animal specifies io_method=io_uring (thanks to