Reorder connection markers in libpq TAP tests
Gurjeet Singh <gurjeet@singh.im>
From: Gurjeet Singh <gurjeet@singh.im>
To: Postgres Hackers <pgsql-hackers@postgresql.org>
Date: 2023-04-21T06:00:00Z
Lists: pgsql-hackers
Attachments
- v0-0001-Reorder-connection-markers-in-TAP-tests.patch (application/octet-stream) patch v0-0001
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
Commits
-
Reorder connection markers in loadbalance tests
- a23ab2eebfb1 16.0 landed
-
Support connection load balancing in libpq
- 7f5b19817eaf 16.0 cited