Re: Adding facility for injection points (or probe points?) for more advanced tests
Heikki Linnakangas <hlinnaka@iki.fi>
From: Heikki Linnakangas <hlinnaka@iki.fi>
To: Michael Paquier <michael@paquier.xyz>,
Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>
Cc: Dilip Kumar <dilipbalaut@gmail.com>,
Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-01-22T16:08:10Z
Lists: pgsql-hackers
Attachments
- 0001-Enable-injection-points-in-cirrus-CI.patch (text/x-patch) patch 0001
On 22/01/2024 06:38, Michael Paquier wrote: > 0001~0004 have been now applied, and I'm marking the CF entry as > committed. Woo-hoo! I wrote the attached patch to enable injection points in the Cirrus CI config, to run the injection tests I wrote for a GIN bug today [1]. But that led to a crash in the asan-enabled build [2]. I didn't investigate it yet. [1] https://www.postgresql.org/message-id/d8f0b068-0e6e-4b2c-8932-62507eb7e1c6%40iki.fi [2] https://cirrus-ci.com/task/5242888636858368 -- Heikki Linnakangas Neon (https://neon.tech)
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