Re: buildfarm + meson

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: buildfarm + meson
Дата
Msg-id 92ebfec2-b93c-9c2e-ec6c-9b74403311ad@dunslane.net
обсуждение исходный текст
Ответ на Re: buildfarm + meson  (Andres Freund <andres@anarazel.de>)
Ответы Re: buildfarm + meson
Список pgsql-hackers


On 2023-02-23 Th 10:58, Andres Freund wrote:

On a Windows instance, fairly similar to what's running drongo, I can get a
successful build with meson+VS2019, but I'm getting an error in the
regression tests, which don't like setting lc_time to 'de_DE'. Not sure
what's going on there.
Huh, that's odd.

See my reply to Michael for details
I suspect the issue might be related to this:

+               local %ENV = (PATH => $ENV{PATH}, PGUSER => $ENV{PGUSER});
+               @makeout=run_log("meson test --logbase checklog --print-errorlogs --no-rebuild -C $pgsql --suite setup --suite regress");


I commented out the 'local %ENV' line and still got the error. I also got the same error running by hand.


cheers


andrew


--
Andrew Dunstan
EDB: https://www.enterprisedb.com

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: "out of relcache_callback_list slots" after multiple calls to pg_logical_slot_get_binary_changes
Следующее
От: Nathan Bossart
Дата:
Сообщение: Re: verbose mode for pg_input_error_message?