Re: Adding facility for injection points (or probe points?) for more advanced tests
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Jeff Davis <pgsql@j-davis.com>
Cc: Heikki Linnakangas <hlinnaka@iki.fi>, Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>, Dilip Kumar <dilipbalaut@gmail.com>, Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-04-14T07:51:44Z
Lists: pgsql-hackers
On Mon, Apr 14, 2025 at 01:24:30PM +0900, Michael Paquier wrote: > IMO, we ought to clean up the way the AIO code does its tests with > injection point with something like the patch of this thread. And > perhaps even do it in v18 to have the code in a cleaner state at > release. I'll start a new thread after hacking my way through that. > The core injection point patch still needs a bit of work compared to > what was sent previously. Please see here, on a new thread: https://www.postgresql.org/message-id/Z_y9TtnXubvYAApS@paquier.xyz -- Michael
Commits
-
ci: Enable injection points in builds
- 183b6f73b04e 17.0 landed
-
Fix two memcpy() bugs in the new injection point code
- 0eb23285a257 17.0 landed
-
Add test module injection_points
- 49cd2b93d7db 17.0 landed
-
Add backend support for injection points
- d86d20f0ba79 17.0 landed
-
Refactor code checking for file existence
- e72a37528dda 17.0 landed