Re: Reorder connection markers in libpq TAP tests

From: Jelte Fennema <postgres(at)jeltef(dot)nl>
To: Gurjeet Singh <gurjeet(at)singh(dot)im>
Cc: Postgres Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Reorder connection markers in libpq TAP tests
Date: 2023-04-21 09:41:50
Message-ID: CAGECzQTdPqC6AzW40+j+_f6kYpxRoCDFxN41_V3aE8shue_FTw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

LGTM I guess this was an unintended leftover from me reordering the tests a
bit in the final stages of getting these patches in.

On Fri, 21 Apr 2023 at 08:38, Gurjeet Singh <gurjeet(at)singh(dot)im> wrote:

> On Thu, Apr 20, 2023 at 11:00 PM Gurjeet Singh <gurjeet(at)singh(dot)im> wrote:
> >
> > Commit 7f5b198 introduced TAP tests that use string literals to mark
> > the presence of a query in server logs. For no explicable reason, the
> > tests with the marker 'connect2' occur before the tests that use
> > 'connect1' marker.
> >
> > The attached patch swaps the connection marker strings so that a
> > reader doesn't have to spend extra deciphering why 'connect2' tests
> > appear before 'connect1' tests.
>
> Please see attached v2 of the patch. It now includes same fix in
> another TAP tests file.
>
>
> Best regards,
> Gurjeet https://Gurje.et
> Postgres Contributors Team, http://aws.amazon.com
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Pyhalov 2023-04-21 10:07:03 buffer refcount leak in foreign batch insert code
Previous Message Amit Kapila 2023-04-21 09:16:51 Re: Support logical replication of DDLs