Reorder connection markers in libpq TAP tests - Mailing list pgsql-hackers

From Gurjeet Singh
Subject Reorder connection markers in libpq TAP tests
Date
Msg-id CABwTF4WcYAENqyUQS2crAYfDuJ497v82ty2-MirjaC+zz9e8nQ@mail.gmail.com
Whole thread Raw
Responses Re: Reorder connection markers in libpq TAP tests
List pgsql-hackers
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.

Best regards,
Gurjeet https://Gurje.et
Postgres Contributors Team, http://aws.amazon.com

Attachment

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Support logical replication of DDLs
Next
From: Gurjeet Singh
Date:
Subject: Re: Reorder connection markers in libpq TAP tests