Re: Add PG CI to older PG releases

Поиск
Список
Период
Сортировка
От Nazir Bilal Yavuz
Тема Re: Add PG CI to older PG releases
Дата
Msg-id CAN55FZ2QPLr-o1vR1fGtcHsY6e9bN+Wh_eCpQ1DKoVCoH_vLJg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Add PG CI to older PG releases  (Peter Eisentraut <peter@eisentraut.org>)
Ответы Re: Add PG CI to older PG releases  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Hi,

On Thu, 10 Aug 2023 at 18:05, Peter Eisentraut <peter@eisentraut.org> wrote:
> I see only one attachment, so it's not clear what these commit hashes
> refer to.

I split the commit into 3 parts.

v2-0001-windows-Only-consider-us-to-be-running-as-service.patch is an
older commit (59751ae47fd43add30350a4258773537e98d4063). A couple of
tests were failing without this because the log file was empty and the
tests were comparing strings with the log files (like in the first
mail).

v2-0002-Make-PG_TEST_USE_UNIX_SOCKETS-work-for-tap-tests-.patch is
slightly modified version of 45f52709d86ceaaf282a440f6311c51fc526340b
to backpatch it to PG 14. Without this, Windows tests were failing
when they tried to create sockets with 'unix_socket_directories' path.

v2-0003-ci-Add-PG-CI-to-PG-14.patch adds files that are needed for CI
to work. I copied these files from the REL_15_STABLE branch. Then I
removed '--with-zstd' from .cirrus.yml since it was not supported yet.

Regards,
Nazir Bilal Yavuz
Microsoft

Вложения

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

Предыдущее
От: Juan José Santamaría Flecha
Дата:
Сообщение: Re: Allow parallel plan for referential integrity checks?
Следующее
От: "Drouvot, Bertrand"
Дата:
Сообщение: Re: WIP: new system catalog pg_wait_event