Re: Test 041_checkpoint_at_promote.pl faild in installcheck due to missing injection_points
Maxim Orlov <orlovmg@gmail.com>
From: Maxim Orlov <orlovmg@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Alvaro Herrera <alvherre@alvh.no-ip.org>,
Michael Paquier <michael@paquier.xyz>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-08-28T06:14:35Z
Lists: pgsql-hackers
By the way, we have the same kind of "problem" with the meson build. As we are deliberately not want to install src/test/modules, after b6a0d469cae and 0d237aeebaee we must add step "meson compile install-test-files" in order to "meson test -q --setup running" to be successful. To be honest, this step is not obvious. Especially than there was no such step before. But docs and https://wiki.postgresql.org/wiki/Meson are completely silenced about it. -- Best regards, Maxim Orlov.
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