Re: TEMP_CONFIG vs test_aio

From: Todd Cook <cookt(at)blackduck(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Cc: Noah Misch <noah(at)leadboat(dot)com>
Subject: Re: TEMP_CONFIG vs test_aio
Date: 2025-04-01 20:12:29
Message-ID: EF3AA62E-A317-4A6B-BA98-C03E7238A671@blackduck.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On 4/1/25, 3:42 PM, "Andres Freund" <andres(at)anarazel(dot)de <mailto:andres(at)anarazel(dot)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 <https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=bumblebee&amp;dt=2025-04-01%2018%3A55%3A01>
>
> 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
> initdb is actually going to be used, but it's overwritten by the TEMP_CONFIG.

You're welcome!

Is there an alternate way I could use to configure the io_method on bumblebee?

-- todd

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2025-04-01 20:17:05 Re: TEMP_CONFIG vs test_aio
Previous Message Andres Freund 2025-04-01 19:42:44 TEMP_CONFIG vs test_aio

Browse pgsql-hackers by date

  From Date Subject
Next Message Noah Misch 2025-04-01 20:14:03 Re: Small memory fixes for pg_createsubcriber
Previous Message Nathan Bossart 2025-04-01 20:04:00 Re: [PATCH v1] parallel pg_restore: avoid disk seeks when jumping short distance forward