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: Maxim Orlov <orlovmg@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>,
Michael Paquier <michael@paquier.xyz>
Date: 2024-08-19T16:10:17Z
Lists: pgsql-hackers
Maxim Orlov <orlovmg@gmail.com> writes: > After rebasing one of my old patches, I'm hit to a problem with the > installcheck test for 041_checkpoint_at_promote.pl. src/test/recovery/README points out that Also, to use "make installcheck", you must have built and installed contrib/pg_prewarm, contrib/pg_stat_statements and contrib/test_decoding in addition to the core code. I suspect this needs some additional verbiage about also installing src/test/modules/injection_points if you've enabled injection points. (I think we haven't noticed because most people just use "make check" instead.) 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