Re: Test 041_checkpoint_at_promote.pl faild in installcheck due to missing injection_points
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Alvaro Herrera <alvherre@alvh.no-ip.org>
Cc: Michael Paquier <michael@paquier.xyz>, Maxim Orlov <orlovmg@gmail.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-08-23T22:45:02Z
Lists: pgsql-hackers
Alvaro Herrera <alvherre@alvh.no-ip.org> writes: > On 2024-Aug-23, Michael Paquier wrote: >>> I've been curious about what exactly does this Makefile line >>> export enable_injection_points enable_injection_points >>> achieve. >> Without this line, the TAP tests would not be able to know if >> injection points are enabled or not, no? > Right, I figured out afterwards that what that does is export the > make-level variable as an environment variable. It exports it twice, though, which is pretty confusing. regards, tom lane
Commits
-
Check availability of module injection_points in TAP tests
- 5735521ac2d5 18.0 landed
-
Avoid installcheck failure in TAP tests using injection_points
- bab1fd9277c2 17.0 landed
- 2cdcae9da696 18.0 landed
-
Simplify makefiles exporting twice enable_injection_points
- ff43b5e70d45 17.0 landed
- 516ff05539bb 18.0 landed