injection_points: Add basic isolation test
Michael Paquier <michael@paquier.xyz>
injection_points: Add basic isolation test This test can act as a template when implementing an isolation test with injection points, and tracks in a much simpler way some of the behaviors implied in the existing isolation test "inplace" that has been added in c35f419d6efb. Particularly, a detach does not affect a backend wait; a wait needs to be interrupted by a wakeup. Reviewed-by: Bertrand Drouvot Discussion: https://postgr.es/m/ZxGTONm_ctQz--io@paquier.xyz
Files
| Path | Change | +/− |
|---|---|---|
| src/test/modules/injection_points/expected/basic.out | added | +74 −0 |
| src/test/modules/injection_points/Makefile | modified | +1 −1 |
| src/test/modules/injection_points/meson.build | modified | +1 −0 |
| src/test/modules/injection_points/specs/basic.spec | added | +35 −0 |
Discussion
- Add isolation test template in injection_points for wait/wakeup/detach 21 messages · 2024-10-17 → 2025-02-13