Re: Add PG CI to older PG releases

From: Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Add PG CI to older PG releases
Date: 2023-08-10 16:55:15
Message-ID: CAN55FZ2QPLr-o1vR1fGtcHsY6e9bN+Wh_eCpQ1DKoVCoH_vLJg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On Thu, 10 Aug 2023 at 18:05, Peter Eisentraut <peter(at)eisentraut(dot)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

Attachment Content-Type Size
v2-0002-Make-PG_TEST_USE_UNIX_SOCKETS-work-for-tap-tests-.patch text/x-diff 1.8 KB
v2-0003-ci-Add-PG-CI-to-PG-14.patch text/x-diff 26.4 KB
v2-0001-windows-Only-consider-us-to-be-running-as-service.patch text/x-diff 5.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Drouvot, Bertrand 2023-08-10 18:09:34 Re: WIP: new system catalog pg_wait_event
Previous Message Juan José Santamaría Flecha 2023-08-10 15:06:01 Re: Allow parallel plan for referential integrity checks?