Re: Implement generalized sub routine find_in_log for tap test
vignesh C <vignesh21@gmail.com>
From: vignesh C <vignesh21@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Amit Kapila <amit.kapila16@gmail.com>, Andrew Dunstan <andrew@dunslane.net>, Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-06-11T03:12:04Z
Lists: pgsql-hackers
On Fri, 9 Jun 2023 at 08:31, Michael Paquier <michael@paquier.xyz> wrote: > > On Tue, Jun 06, 2023 at 06:43:44PM +0530, vignesh C wrote: > > Please find the attached patches that can be applied on back branches > > too. v5*master.patch can be applied on master, v5*PG15.patch can be > > applied on PG15, v5*PG14.patch can be applied on PG14, v5*PG13.patch > > can be applied on PG13, v5*PG12.patch can be applied on PG12, PG11 and > > PG10. > > Thanks. The amount of minimal conflicts across all these branches is > always fun to play with. I have finally got around and applied all > that, after doing a proper split, applying one part down to 14 and the > second back to 11. Thanks for pushing this. Regards, Vignesh
Commits
-
Refactor routine to find single log content pattern in TAP tests
- ced4cc30d5de 11.21 landed
- 3509a060d731 12.16 landed
- a9231fedae7a 13.12 landed
- 28af91b4e797 14.9 landed
- e25e5f7fc6b7 15.4 landed
- 392ea0c78fdb 16.0 landed
-
Refactor log check logic for connect_ok/fails in PostgreSQL::Test::Cluster
- 30469a6ed424 14.9 landed
- 7fa7911c7675 15.4 landed
- 26eaf82e7138 16.0 landed